diff --git a/fix-macos-executables b/fix-macos-executables new file mode 100755 index 0000000..fdd75d4 --- /dev/null +++ b/fix-macos-executables @@ -0,0 +1,3 @@ +#!/bin/sh +where="$1" +find "$where" -perm +111 -a -type f -exec xattr -d com.apple.quarantine {} \;