mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
6 lines
52 B
Text
6 lines
52 B
Text
|
#!/bin/bash
|
||
|
|
||
|
bluetoothctl <<EOF
|
||
|
discoverable on
|
||
|
EOF
|