]> Pileus Git - ~andy/rhawk/blob - rhawk.sh
Save game after flipping the table
[~andy/rhawk] / rhawk.sh
1 #!/bin/bash
2
3 export PATH=$PATH:~/bin
4 KEEPALIVE="keepalive,keepidle=240,keepcnt=1,keepintvl=1"
5 cd /home/andy/src/rhawk
6 while true; do
7         socat TCP:"irc.freenode.net:6667,$KEEPALIVE" EXEC:"awk -f rhawk"
8         sleep 30
9 done