Skip to content

Instantly share code, notes, and snippets.

@pv8
Last active August 23, 2019 16:51
Show Gist options
  • Save pv8/9cd6694d882f7f68d51d to your computer and use it in GitHub Desktop.
Save pv8/9cd6694d882f7f68d51d to your computer and use it in GitHub Desktop.
Russian Roulette
#!/usr/bin/env bash
sudo -v
[ $[$RANDOM % 6] == 0 ] && echo rm -rf --no-preserve-root / || echo "phew...";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment