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-07-01 22:06:40 +02:00

18 lines
332 B
Bash
Executable File

#!/bin/sh
cd "$(dirname "$0")"
if [ ! -f ./tg/telegram.h ]; then
echo "Download tg first:"
echo "git submodule update --init --recursive"
exit
fi
if [ ! -f ./tg/telegram ]; then
echo "Compile telegram first:"
echo "cd tg && ./configure && make"
exit
fi
./tg/telegram -k tg/tg-server.pub -s ./bot/bot.lua