From 6734c9182164ebaf565fde5e956a8ece06f63084 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Fri, 4 Feb 2022 13:29:33 -0500 Subject: [PATCH] Add fix-macos-executables --- fix-macos-executables | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 fix-macos-executables 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 {} \;