Name: Anonymous 2011-10-08 10:51
If you guys are such programmers, what programmes have you created?
# lisp garbage collection daemon
# run as ./gc [name of lisp program]
while true; do
killall $1
sleep 1
done