diff options
author | Rasmus <rasmus.luha@gmail.com> | 2023-04-08 00:27:03 +0300 |
---|---|---|
committer | Rasmus <rasmus.luha@gmail.com> | 2023-04-08 00:27:03 +0300 |
commit | a16bdfe930d89e1a7fb354b78d16e8742118f76d (patch) | |
tree | f32aabd929a485ac24ea2b3fb1c9c9d041f27478 /local/.local/scripts/kolar |
checkers
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 |