diff options
Diffstat (limited to 'debian/.local/bin/cwmx')
| -rwxr-xr-x | debian/.local/bin/cwmx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/.local/bin/cwmx b/debian/.local/bin/cwmx new file mode 100755 index 0000000..5ab496e --- /dev/null +++ b/debian/.local/bin/cwmx @@ -0,0 +1,3 @@ +#!/bin/sh + +bluetoothctl devices | grep 'WH-1000XM3' | awk '{print $2}' | xargs -I {} bluetoothctl connect "{}" |
