Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!apple!amdcad!decwrl!shlump.dec.com!michaud From: michaud@decwrl.dec.com (Jeff Michaud) Newsgroups: alt.sources Subject: Re: "bozo" program script Message-ID: <3654@shlump.dec.com> Date: 21 Jul 89 00:28:15 GMT References: <6145@rpi.edu> Sender: news@shlump.dec.com Reply-To: /dev/null Followup-To: /dev/null Distribution: alt Lines: 18 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@decwrl.dec.com michaud@decvax.dec.com| |DECnet-ULTRIX #include | \--------------------------------------------------------------/