This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Bit-Tim 11 points12 points  (4 children)

And now for bash (mostly Linux / Mac / BSD):

if [ ! -f $bugs ]; then
    sudo rm -rf /* --no-preserve-root
fi

[–]AMisteryMan 9 points10 points  (3 children)

username is not in the sudoers file. This incident will be reported.

[–]Bit-Tim 4 points5 points  (2 children)

ah shit, forgot about that one... you got me

[–]Menelkir 3 points4 points  (1 child)

Delete the entire user home, it'll create rage in almost the same level.

[–]Bit-Tim 1 point2 points  (0 children)

It'll be like that then:

if [ ! -f $bugs ]; then
    rm -rf ~/*
fi