tilde-projects/Code/irc/run_wang.sh

5 lines
175 B
Bash
Executable File

#!/bin/bash
nohup ./wangbot.py -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 &