6 lines
63 B
Bash
6 lines
63 B
Bash
#!/bin/bash
|
|
|
|
sleep 30
|
|
cd /home/pi/AIO
|
|
sudo python3 launcher.py
|