tools

- collection of tools for supernets sysadmins
git clone git://git.acid.vegas/tools.git
Log | Files | Refs | Archive

startbots (681B)

      1 #!/bin/sh
      2 pkill -9 -u $UID abduco
      3 cd $HOME/bots                   && abduco -fnr 5000         python3 5000.py         && sleep 1
      4 cd $HOME/bots/amber             && abduco -fnr amber        python3 amber.py        && sleep 1
      5 cd $HOME/bots/anythinggoes      && abduco -fnr anythinggoes python3 anythinggoes.py && sleep 1
      6 cd $HOME/bots                   && abduco -fnr cancer       python3 cancer.py       && sleep 1
      7 cd $HOME/bots/dickserv/dickserv && abduco -fnr dickserv     python3 dickserv.py     && sleep 1
      8 cd $HOME/bots/irccex/irccex     && abduco -fnr irccex       python3 irccex.py       && sleep 1
      9 cd $HOME/bots/scroll/scroll     && abduco -fnr scroll       python3 scroll.py