Merge remote-tracking branch 'github/master'

This commit is contained in:
Josh Holtrop 2022-11-02 14:49:15 -04:00
commit f11970fee3

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 {} \;