Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mkormendy/2b3929d2466f27f7f0979ec79b8768d4 to your computer and use it in GitHub Desktop.
Save mkormendy/2b3929d2466f27f7f0979ec79b8768d4 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