1
0
mirror of https://github.com/RussellChamp/tilde-projects.git synced 2024-06-15 05:06:36 +00:00
tilde-projects/Code/irc/run_topic.sh
2017-03-30 21:39:44 +00:00

7 lines
278 B
Bash
Executable File

#!/bin/bash
if [[ ! `pidof -sx topicbot.py` ]]; then
nohup ./topicbot.py -s 127.0.0.1 -n topicbot -c \#tildetown >> topiclog 2>> log &
fi
#nohup ./topicbot.py -s 127.0.0.1 -n topicbot -c \#bot_test >> topiclog 2>> log &
#./topic_bot.py -s 127.0.0.1 -n topic_bot -c \#bot_test