+zstd
This commit is contained in:
parent
2fe3a5ee2b
commit
f367e75fa1
@ -12,4 +12,5 @@ find public \
|
|||||||
-name '*.map' -or \
|
-name '*.map' -or \
|
||||||
-name '*.pdf' | \
|
-name '*.pdf' | \
|
||||||
tee >(xargs -n1 -P$(nproc) zopfli) | \
|
tee >(xargs -n1 -P$(nproc) zopfli) | \
|
||||||
|
tee >(xargs -n1 -P$(nproc) zstd -19) | \
|
||||||
xargs -n1 -P$(nproc) brotli
|
xargs -n1 -P$(nproc) brotli
|
||||||
|
Loading…
Reference in New Issue
Block a user