4 lines
83 B
Bash
4 lines
83 B
Bash
|
screen -m -d python
|
||
|
sleep 5
|
||
|
screen -S python -X stuff 'python3 /home/pi/main.py\n'
|