Skip to content

Instantly share code, notes, and snippets.

@leveled
Created November 13, 2021 18:24
Show Gist options
  • Save leveled/153c4f2eff845199baff56f4684f02ed to your computer and use it in GitHub Desktop.
Save leveled/153c4f2eff845199baff56f4684f02ed to your computer and use it in GitHub Desktop.
Delete extended attributes from a directory
sudo xattr -r -d com.apple.quarantine <directory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment