/tmp/cvs22511b

This commit is contained in:
andreas
2010-04-02 11:09:05 +00:00
parent d1414be04a
commit b4e9b73465
2 changed files with 10 additions and 1 deletions
Executable
+8
View File
@@ -0,0 +1,8 @@
#!/bin/sh
# $Id: hbd.sh,v 1.1 2010/04/02 11:09:05 andreas Exp $
while true; do
/home/andreas/bin/hbd -f > /tmp/hbd.$$.log 2>&1
cat /tmp/hbd.$$.log | mail -s "hbd died" andreas@wrede.ca
sleep 10
done