# $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
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.