Add shell scripts

This commit is contained in:
Austen Adler 2017-01-27 06:27:55 +00:00
parent 0f260e1d9b
commit babbce9c8b
2 changed files with 6 additions and 0 deletions

5
run-telegram.sh Executable file
View File

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

1
tg.sh Executable file
View File

@ -0,0 +1 @@
telegram-cli -W -s action.lua