Add fix-macos-executables
This commit is contained in:
parent
1158719cf7
commit
6734c91821
3
fix-macos-executables
Executable file
3
fix-macos-executables
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
where="$1"
|
||||||
|
find "$where" -perm +111 -a -type f -exec xattr -d com.apple.quarantine {} \;
|
Loading…
x
Reference in New Issue
Block a user