TODO deflate compress.sh

This commit is contained in:
2024-12-23 17:02:20 -06:00
parent e5e2a013f5
commit 8323f2e3fe

View File

@@ -14,6 +14,8 @@ multicompress() {
if command -v brotli &>/dev/null; then if command -v brotli &>/dev/null; then
brotli --best --force -o "$file.br" "$file" brotli --best --force -o "$file.br" "$file"
fi fi
# TODO: Add deflate
} }
commas() { commas() {