projects
/
public
/
csc-status.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix some bugs
[public/csc-status.git]
/
irc
1
#!/bin/sh
2
3
script=`dirname $0`/run
4
D0=`$script`
5
R=$?
6
if [ $R -ne 0 ]; then
7
sleep 30
8
D="mimcpher: CSC System Failure: `$script`"
9
if [ $? -ne 0 ]; then
10
echo $D
11
echo $D | $HOME/bin/ircpipe irc.freenode.net \#csc
12
else
13
echo "Intermittent failure: $D"
14
fi
15
fi