diff options
Diffstat (limited to 'local/.local/scripts/kolar')
-rwxr-xr-x | local/.local/scripts/kolar | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/local/.local/scripts/kolar b/local/.local/scripts/kolar new file mode 100755 index 0000000..3e6a57b --- /dev/null +++ b/local/.local/scripts/kolar @@ -0,0 +1,5 @@ +#! /bin/bash + +bluetoothctl power on 1> /dev/null +bluetoothctl discoverable on 1> /dev/null +bluetoothctl connect 6C:47:60:09:2A:DF | tail -n 1 |