Skip to content

Instantly share code, notes, and snippets.

@ryantenney
Created October 22, 2013 15:57
Show Gist options
  • Save ryantenney/7103255 to your computer and use it in GitHub Desktop.
Save ryantenney/7103255 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo "Nuking all .DS_Store files"
find . -type f -name ".DS_Store" -exec rm {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment