1
0
mirror of https://github.com/RussellChamp/tilde-projects.git synced 2024-06-14 20:56:36 +00:00
tilde-projects/Code/irc/run_wang.sh
2015-10-13 08:23:17 -05:00

5 lines
188 B
Bash
Executable File

#!/bin/bash
nohup ./wangbot.py -s 127.0.0.1 -n numberwang_bot -c \#bots >> wanglog 2>> wanglog &
#nohup ./wangbot.py -s 127.0.0.1 -n numberwang_bot -c \#bot_test >> wanglog 2>> wanglog &