test
This commit is contained in:
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