gamja: nicer find expression

This commit is contained in:
Motiejus Jakštys 2024-02-13 08:58:45 +02:00
parent 4f77da838b
commit 4f2c5178b5

View File

@ -49,12 +49,8 @@ in
${xorg.lndir}/bin/lndir ${pkg}/ $out/
find $out \
-name '*.css' -or \
-name '*.js' -or \
-name '*.json' -or \
-name '*.map' -or \
-name '*.webmanifest' -or \
-name '*.html' | \
-regextype posix-extended \
-iregex '.*\.(css|js|json|map|webmanifest|html)' | \
tee >(xargs -n1 -P''$(nproc) ${zopfli}/bin/zopfli) | \
xargs -n1 -P''$(nproc) ${brotli}/bin/brotli
'';