$Header: /CVSROOT/checkrun/README,v 1.1 2009-01-10 06:01:11 tino Exp $ Compile: make sudo make install Usage: checkrun [options] program [args...] To print help, see: checkrun -h Returns: 36 on argument errors return code of the forked program (possibly killed). 37 if it was unable to kill the program. About: see DESCRIPTION Source: http://www.scylla-charybdis.com/tool.php/checkrun Something like following example script runs on one of my linux based routers, because the (internal) network card sometimes stalls due to lost interrupts on a too high traffic load: while : do checkrun -qqdna. ping 1.2.3.4 ifconfig eth0 down ifconfig eth0 up done -Tino $Log: README,v $ Revision 1.1 2009-01-10 06:01:11 tino added