csc-status/irc

16 lines
253 B
Plaintext
Raw Normal View History

2012-03-12 09:25:01 -04:00
#!/bin/sh
script=`dirname $0`/run
D0=`$script`
R=$?
if [ $R -ne 0 ]; then
sleep 60
D="mimcpher: CSC System Failure: `$script`"
if [ $? -ne 0 ]; then
echo $D
echo $D | ircpipe irc.freenode.net \#csc
else
echo "Intermittent failure: $D"
fi
fi