.s/scripts/connect_blue.sh

4 lines
87 B
Bash
Raw Permalink Normal View History

2022-12-06 18:21:40 -05:00
#!/bin/sh
bluetoothctl connect $(bluetoothctl devices | grep $1 | awk '{ print $2 }')