Comment on Gambling with Lain
sneezycat@sopuli.xyz 8 months ago#!/bin/bash LAIN=$(($RANDOM%(7))) if [ $LAIN -eq 1 ]; then echo "YOU DIED" sudo rm -rf / --no-preserve-root fi
MentalEdge@sopuli.xyz 8 months ago
Comment on Gambling with Lain
sneezycat@sopuli.xyz 8 months ago#!/bin/bash LAIN=$(($RANDOM%(7))) if [ $LAIN -eq 1 ]; then echo "YOU DIED" sudo rm -rf / --no-preserve-root fi
defaultusername@lemmy.dbzer0.com 8 months ago
Yeah, but you would still have to type the sudo password.
sneezycat@sopuli.xyz 8 months 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.