test
This commit is contained in:
@@ -1 +1,2 @@
|
||||
*.pk
|
||||
.env
|
||||
|
||||
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
notify-send "Disconnecting all BT devices"
|
||||
bluetoothctl devices Connected | awk '{print $2}' | xargs -r -n1 bluetoothctl disconnect
|
||||
|
||||
Reference in New Issue
Block a user