6 lines
85 B
Bash
6 lines
85 B
Bash
#!/bin/bash
|
|
|
|
sleep 30
|
|
cd /home/pi/AIO
|
|
sudo python3 launcher.py > persistence/log.txt
|