This repository has been archived on 2021-04-24. You can view files and clone it, but cannot push or open issues or pull requests.
Mikubot/launch.sh
2014-06-30 12:53:15 +02:00

12 lines
164 B
Bash
Executable File

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