4 lines
83 B
Bash
4 lines
83 B
Bash
|
#!/bin/bash
|
||
|
cat <(echo "connect 00:11:67:11:18:9B") <(echo "quit") | bluetoothctl
|
||
|
|