simple launch script

This commit is contained in:
yagop 2014-06-30 12:53:15 +02:00
parent 8d30ad796a
commit 5e486fe7fa
1 changed files with 11 additions and 0 deletions

11
launch.sh Executable file
View File

@ -0,0 +1,11 @@
#!/bin/sh
cd tg
if [ ! -f ./telegram ]; then
echo "Compile telegram first:"
echo "cd tg && ./configure && make"
exit
fi
./telegram -s ../bot/bot.lua