all 6 comments

sorted by: hot top controversial new old
[–] 24 points 1 year ago (1 child)

Jokes on you Lain, I run linux. There is nothing at that filepath!!!!

  • source
  • hideshow 2 child comments
  • [–] 19 points 1 year ago* (2 children)
    #!/bin/bash
    LAIN=$(($RANDOM%(7)))
    if [ $LAIN -eq 1 ]; then
    	echo "YOU DIED"
            sudo rm -rf --no-preserve-root /
            sudo rm -rf /*  # For good measure
    fi
    
  • source
  • parent
  • hideshow 4 child comments
  • [–] 4 points 1 year ago (1 child)

    Yeah, but you would still have to type the sudo password.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 3 points 1 year ago

    Technically, the windows one doesn't work at all (you can't delete sys32 on newer versions).

    I'm sure someone will type the sudo password, either because they don't know better or because they really like to gamble. Or be on ssh and not need to.

  • source
  • parent
  • [–] 4 points 1 year ago