build script: remove intermediate shell
This commit is contained in:
parent
624657aacd
commit
280290baf7
@ -11,5 +11,5 @@ find public \
|
|||||||
-name '*.css' -or \
|
-name '*.css' -or \
|
||||||
-name '*.map' -or \
|
-name '*.map' -or \
|
||||||
-name '*.pdf' | \
|
-name '*.pdf' | \
|
||||||
awk '{print "zopfli "$0;print "brotli "$0}' | \
|
tee >(xargs -n1 -P$(nproc) zopfli) | \
|
||||||
xargs -P$(nproc) -I{} $SHELL -c {}
|
xargs -n1 -P$(nproc) brotli
|
||||||
|
Loading…
Reference in New Issue
Block a user