diff options
Diffstat (limited to '')
-rwxr-xr-x | bin/executable_do_blue.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/executable_do_blue.sh b/bin/executable_do_blue.sh index b908d14..cd79e50 100755 --- a/bin/executable_do_blue.sh +++ b/bin/executable_do_blue.sh @@ -1,4 +1,2 @@ #!/bin/sh -pacmd list-modules module-bluez5-discover | grep -q module-bluez5-discover || \ - pacmd load-module module-bluez5-discover -echo "connect CD:0D:69:69:9A:1B" | bluetoothctl +bluetoothctl -- connect CD:0D:69:69:9A:1B |