Add shell scripts
This commit is contained in:
parent
0f260e1d9b
commit
babbce9c8b
5
run-telegram.sh
Executable file
5
run-telegram.sh
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
while true;
|
||||||
|
do
|
||||||
|
socat TCP-LISTEN:12345,bind=127.0.0.1,fork - | ./main
|
||||||
|
sleep 5;
|
||||||
|
done
|
Loading…
Reference in New Issue
Block a user