"bozo" program script
Jeff Michaud
michaud at decwrl.dec.com
Fri Jul 21 10:28:15 AEST 1989
cute, here is another "bozo" varient
===== cut here =====
#!/bin/csh -f
if ( -e $HOME/.bozo ) then
echo You are a bozo
else
echo You are not a bozo
touch $HOME/.bozo
end
====== cut here =====
The idea is that if they are a fool enough to run it more than once, then they are a bozo :-)
--
/--------------------------------------------------------------\
|Jeff Michaud michaud at decwrl.dec.com michaud at decvax.dec.com|
|DECnet-ULTRIX #include <standard/disclaimer.h> |
\--------------------------------------------------------------/
More information about the Alt.sources
mailing list