7 lines
141 B
Bash
7 lines
141 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd /home/pi/mqtt-to-flipdot
|
||
|
|
||
|
#/usr/bin/python3 mqtt-to-flipdot.py
|
||
|
su pi -c "screen -dmS ausflippen python3 mqtt-to-flipdot.py"
|