Created
November 19, 2018 08:16
-
-
Save mi-lee/10db3971fe956990f0ae48c208530dc9 to your computer and use it in GitHub Desktop.
scare unsuspecting friends
This file contains 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
while true; do for filename in $(find .); do echo "Permanently deleting $filename..."; done done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment