You must log in or # to comment.
Jokes on you Lain, I run linux. There is nothing at that filepath!!!
#!/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
Jokes on you Lain, I run linux. There is nothing at that filepath!!!
#!/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
