From a16bdfe930d89e1a7fb354b78d16e8742118f76d Mon Sep 17 00:00:00 2001 From: Rasmus Date: Sat, 8 Apr 2023 00:27:03 +0300 Subject: checkers --- local/.local/scripts/klapid | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 local/.local/scripts/klapid (limited to 'local/.local/scripts/klapid') diff --git a/local/.local/scripts/klapid b/local/.local/scripts/klapid new file mode 100755 index 0000000..c53d61c --- /dev/null +++ b/local/.local/scripts/klapid @@ -0,0 +1,5 @@ +#! /bin/bash + +bluetoothctl power on 1> /dev/null +bluetoothctl discoverable on 1> /dev/null +bluetoothctl connect 04:52:C7:C7:B4:04 | tail -n 1 -- cgit v1.2.3