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