8 lines
219 B
Bash
Executable file
8 lines
219 B
Bash
Executable file
#!/bin/bash
|
|
|
|
#cd /home/pi/mqtt-to-flipdot
|
|
cd /root/mqtt-to-flipdot
|
|
|
|
#/usr/bin/python3 mqtt-to-flipdot.py
|
|
# su pi -c "screen -dmS ausflippen python3 mqtt-to-flipdot.py"
|
|
screen -dmS ausflippen python3 mqtt-to-flipdot.py
|