diff --git a/launch.sh b/launch.sh new file mode 100755 index 0000000..3deb6c0 --- /dev/null +++ b/launch.sh @@ -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