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