#! /bin/csh -f # Last edited on 2008-02-04 16:57:53 by stolfi # Runs "top" every 5 seconds, to catch the Night Crasher @ n = 3 * 3600 while($n > 0) /usr/bin/top -Sb -d1 all >& ${STOLFIHOME}/.top sleep 5 @ n = $n - 1 end