Add connect blue script

This commit is contained in:
Simponic 2022-12-06 16:21:40 -07:00
parent df00aae35a
commit 80ff7e7066
Signed by untrusted user who does not match committer: simponic
GPG Key ID: 52B3774857EB24B1

3
scripts/connect_blue.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
bluetoothctl connect $(bluetoothctl devices | grep $1 | awk '{ print $2 }')