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-2/launch.sh
topkecleon f529bc9ad8 help.lua and about.lua: /start now triggers about.lua
blacklist.lua: Added username support.
2016-03-04 17:08:21 -05:00

8 lines
94 B
Bash
Executable File

#!/bin/sh
while true; do
lua bot.lua
echo 'otouto has stopped. ^C to exit.'
sleep 5s
done