start_cserv 159 B

12345678910
  1. #!/bin/bash
  2. YOURUSER="Pentium44"
  3. BOTNICK="MultiServ"
  4. BOTPASS="changeme"
  5. ADDRESS="localhost"
  6. PORT="1337"
  7. ./cserv $ADDRESS $PORT $BOTNICK $YOURUSER $BOTPASS &