Skip to content

Instantly share code, notes, and snippets.

@mi-lee
Created November 19, 2018 08:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mi-lee/10db3971fe956990f0ae48c208530dc9 to your computer and use it in GitHub Desktop.
Save mi-lee/10db3971fe956990f0ae48c208530dc9 to your computer and use it in GitHub Desktop.
scare unsuspecting friends
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