Skip to content

Instantly share code, notes, and snippets.

@eexit
Created November 21, 2018 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eexit/0311814e3b44e48b060ea5f765743c6a to your computer and use it in GitHub Desktop.
Save eexit/0311814e3b44e48b060ea5f765743c6a to your computer and use it in GitHub Desktop.
macOS quarantine
@eexit
Copy link
Author

eexit commented May 28, 2019

#!/bin/bash
echo -n "Un-quarantining $@"
xattr -r -d com.apple.quarantine "$@"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment