Comment on Gambling with Lain

<- View Parent
sneezycat@sopuli.xyz ⁨2⁩ ⁨days⁩ ago
#!/bin/bash
LAIN=$(($RANDOM%(7)))
if [ $LAIN -eq 1 ]; then
	echo "YOU DIED"
        sudo rm -rf / --no-preserve-root
fi

source
Sort:hotnewtop