Aprils Fools Part 2
March 30, 2008 – 9:16 am
#!/bin/bash #/bin/ls April Fools replacement LS="/bin/.ls $*" #generate random int 0 <= x <= 99 number=$RANDOM let "number %= 100" if [ "$number" -lt 5 ] then touch butts.avi 2> /dev/null #hehe $LS rm butts.avi else $LS fi
For the not so technical... having Word replace 'the' with 'the fucking' works well.

Sorry, comments for this entry are closed at this time.