Created
April 20, 2022 08:23
-
-
Save nariakiiwatani/19cbe286be042d1e26bb9f329bbc88e5 to your computer and use it in GitHub Desktop.
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
#!/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