9 lines
80 B
Bash
9 lines
80 B
Bash
#!/bin/bash
|
|
|
|
# service dbus start
|
|
# bluetoothd &
|
|
|
|
/bin/sh
|
|
|
|
sudo python3 main.py
|