Skip to content

Instantly share code, notes, and snippets.

@mehdico
Last active June 19, 2019 14:56
Show Gist options
  • Save mehdico/4353f4bb65124b1ba245e84f565e0cfd to your computer and use it in GitHub Desktop.
Save mehdico/4353f4bb65124b1ba245e84f565e0cfd to your computer and use it in GitHub Desktop.
Fix mac os apps launch error
#!/bin/bash
for filename in /Applications/*.app; do
echo "$filename";
eval xattr -cr "$filename";
done
echo "\nCOMPLETED!";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment