]> Pileus Git - ~andy/rhawk/blob - rhawk.sh
Add limit to tied message
[~andy/rhawk] / rhawk.sh
1 #!/bin/bash
2 KEEPALIVE="keepalive,keepidle=240,keepcnt=1,keepintvl=1"
3 cd /home/andy/src/rhawk
4 while true; do
5         socat TCP:"irc.freenode.net:6667,$KEEPALIVE" EXEC:"awk -f rhawk"
6         sleep 30
7 done