3 lines
118 B
Bash
Executable File
3 lines
118 B
Bash
Executable File
#!/bin/sh
|
|
echo ATA | bluealsa-rfcomm --hci=hci0 $( hcitool con | sed -n 2p |busybox tr -d "\n" | busybox cut -b 8-25)
|