Skip to content

Instantly share code, notes, and snippets.

@rixrix
Created April 24, 2013 23:55
Show Gist options
  • Save rixrix/5456550 to your computer and use it in GitHub Desktop.
Save rixrix/5456550 to your computer and use it in GitHub Desktop.
.DS_Store destroyer
sudo find / -name ".DS_Store" -depth -exec rm {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment