Created
December 29, 2023 00:39
-
-
Save edykim/a1b578e6ad646eea1a41e5e1a46f69ae to your computer and use it in GitHub Desktop.
delete quarantine attribute on downloaded files on mac
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 -d -r com.apple.quarantine <file_path> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment