pbot/modules/excuse.sh

7 lines
146 B
Bash
Raw Normal View History

#!/bin/bash
2013-08-16 19:28:17 +02:00
#host=bofh.jeffballard.us
#port=666
#grep excuse < /dev/tcp/$host/$port | sed 's/Your excuse is: //'
2013-08-16 19:28:17 +02:00
sort -R excuses.txt | head -n 1