.s/scripts/connect_blue.sh
2022-12-06 16:21:40 -07:00

4 lines
87 B
Bash
Executable File

#!/bin/sh
bluetoothctl connect $(bluetoothctl devices | grep $1 | awk '{ print $2 }')