Skip Navigation
33 comments
  •  bash
        
    if  [[ $(shuf -i 1-6 -n 1) -eq 1 ]]; then
      sudo rm -rf / --no-preserve-root
    fi
    
      
    • I tried it and it asks for my password. Should I enter it?

  • I drink the monster to see what the next number would have been.

33 comments