Add libexec/portzap/install-file
This commit is contained in:
parent
0f08f82e6a
commit
98e88abfa8
1 changed files with 6 additions and 0 deletions
6
libexec/portzap/install-file
Executable file
6
libexec/portzap/install-file
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/sh
|
||||||
|
src=$1
|
||||||
|
dest=$2
|
||||||
|
group=_portzap
|
||||||
|
mode=u=rw,g=rw,o=
|
||||||
|
install -g $group -m $mode $src $dest
|
Loading…
Reference in a new issue