Skip to content

Instantly share code, notes, and snippets.

@jodell
Created December 2, 2010 20:54
Show Gist options
  • Save jodell/726040 to your computer and use it in GitHub Desktop.
Save jodell/726040 to your computer and use it in GitHub Desktop.
# xattr shows additional attributes, downloaded files get flagged on OSX
find . -print0 | xargs -0 xattr -d com.apple.quarantine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment