diff options
Diffstat (limited to '')
-rwxr-xr-x | bin/do_blue.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/do_blue.sh b/bin/do_blue.sh new file mode 100755 index 0000000..5fe785c --- /dev/null +++ b/bin/do_blue.sh @@ -0,0 +1,3 @@ +#!/bin/sh +pacmd load-module module-bluez5-discover +echo "connect 00:01:01:00:00:12" | bluetoothctl |