5 lines
73 B
Bash
5 lines
73 B
Bash
#!/bin/bash
|
|
|
|
service dbus start
|
|
service bluetooth start
|
|
python3 ./main.py |