Skip to content

Instantly share code, notes, and snippets.

@alexandrebini
Created May 23, 2012 00:04
Show Gist options
  • Save alexandrebini/2772444 to your computer and use it in GitHub Desktop.
Save alexandrebini/2772444 to your computer and use it in GitHub Desktop.
remove .DS_Store
find ./ -type f | grep .DS_Store | xargs rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment