7 lines
80 B
Bash
Executable File
7 lines
80 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -x
|
|
|
|
bluetoothctl power on
|
|
bluetoothctl connect 94:DB:56:41:C0:38
|