Skip to content

Instantly share code, notes, and snippets.

@jacoduplessis
Last active June 9, 2018 18:23
Show Gist options
  • Save jacoduplessis/f4ae92149cf2e30bee8e847f8c563840 to your computer and use it in GitHub Desktop.
Save jacoduplessis/f4ae92149cf2e30bee8e847f8c563840 to your computer and use it in GitHub Desktop.
Remove mac files
find . -name "*.DS_Store" -delete
find . -name "*._*" -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment