Add fix-macos-executables

This commit is contained in:
Josh Holtrop 2022-02-04 13:29:33 -05:00
parent 1158719cf7
commit 6734c91821

3
fix-macos-executables Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
where="$1"
find "$where" -perm +111 -a -type f -exec xattr -d com.apple.quarantine {} \;