Skip to content

Instantly share code, notes, and snippets.

@nariakiiwatani
Created April 20, 2022 08:23
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 nariakiiwatani/19cbe286be042d1e26bb9f329bbc88e5 to your computer and use it in GitHub Desktop.
Save nariakiiwatani/19cbe286be042d1e26bb9f329bbc88e5 to your computer and use it in GitHub Desktop.
#!/bin/sh
for i in `ls -d \`dirname $0\`/*.app`
do
xattr -cr $i
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment