mirror of
https://github.com/shokinn/.files.git
synced 2025-01-18 21:22:25 +00:00
Add script to remove quarantine bit from Apps
This commit is contained in:
parent
d59bf130cd
commit
c97f4c5562
|
@ -122,6 +122,9 @@ dotfiles:
|
|||
f_rpki:
|
||||
dst: ~/.bin/rpki
|
||||
src: bin/rpki
|
||||
f_rmquarantine:
|
||||
dst: ~/.bin/rmquarantine
|
||||
src: bin/rmquarantine
|
||||
profiles:
|
||||
AINCRAD:
|
||||
dotfiles:
|
||||
|
@ -278,3 +281,4 @@ profiles:
|
|||
- f_dotdrop.sh
|
||||
- f_pu
|
||||
- f_rpki
|
||||
- f_rmquarantine
|
7
dotfiles/bin/rmquarantine
Executable file
7
dotfiles/bin/rmquarantine
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env zsh
|
||||
|
||||
#
|
||||
# {{@@ header() @@}}
|
||||
#
|
||||
|
||||
xattr -r -d com.apple.quarantine ${1}
|
Loading…
Reference in a new issue