pi-lights/run-telegram.sh
2017-01-27 06:27:55 +00:00

6 lines
86 B
Bash
Executable File

while true;
do
socat TCP-LISTEN:12345,bind=127.0.0.1,fork - | ./main
sleep 5;
done