cserv/start_cserv

10 lines
159 B
Plaintext
Raw Normal View History

2020-11-24 16:15:21 -08:00
#!/bin/bash
YOURUSER="Pentium44"
BOTNICK="MultiServ"
BOTPASS="changeme"
ADDRESS="localhost"
PORT="1337"
2020-11-24 16:15:21 -08:00
./cserv $ADDRESS $PORT $BOTNICK $YOURUSER $BOTPASS &