scripts: connect-bt let's see if this works

This commit is contained in:
Joseph Ferano 2024-08-19 06:06:45 +07:00
parent 84df4a9a05
commit 31098a4542

4
.local/scripts/connect-bt Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
coproc bluetoothctl
echo -e 'agent on\nconnect F8:5B:6E:2A:6A:CF\nexit' >&${COPROC[1]}