Merge remote-tracking branch 'github/master'
This commit is contained in:
commit
f11970fee3
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