: Automatically generates a new cookie for each reader in cookie.html : Use start.cookie.daemon to start this up and stop.cookie.daemon to stop it echo kill -9 $$ >bin/stop.cookie.daemon chmod a+rx bin/stop.cookie.daemon echo Starting up while sleep 3 do ( [ -r cookie.header.html ] && cat cookie.header.html COOKIES=/u/faculty/dick/ftp/cookies cookie # -verbose [ -r cookie.tail.html ] && cat cookie.tail.html ) > /u/faculty/dick/ftp/cookie.html done