Created
December 2, 2010 20:54
-
-
Save jodell/726040 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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