Zip quietly

This commit is contained in:
Tony Garnock-Jones 2018-11-15 11:01:36 +00:00
parent e65c361c14
commit ea907c5aee
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
redo-ifchange $(find ../template)
target="$(pwd)/$3"
(cd ../template; zip -r "$target" .) >&2
(cd ../template; zip -q -r "$target" .) >&2