2017-02-17 00:35:23 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
2017-08-13 17:43:26 +00:00
|
|
|
#cd /home/pi/mqtt-to-flipdot
|
|
|
|
cd /root/mqtt-to-flipdot
|
2017-02-17 00:35:23 +00:00
|
|
|
|
|
|
|
#/usr/bin/python3 mqtt-to-flipdot.py
|
2017-08-13 17:43:26 +00:00
|
|
|
# su pi -c "screen -dmS ausflippen python3 mqtt-to-flipdot.py"
|
|
|
|
screen -dmS ausflippen python3 mqtt-to-flipdot.py
|