7 lines
80 B
Bash
Executable File
7 lines
80 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -x
|
|
|
|
bluetoothctl power on
|
|
bluetoothctl connect 04:FE:A1:71:4C:70
|