mirror of
https://github.com/Xevion/dynamic-preauth.git
synced 2025-12-06 15:14:59 -06:00
TODO deflate compress.sh
This commit is contained in:
@@ -14,6 +14,8 @@ multicompress() {
|
||||
if command -v brotli &>/dev/null; then
|
||||
brotli --best --force -o "$file.br" "$file"
|
||||
fi
|
||||
|
||||
# TODO: Add deflate
|
||||
}
|
||||
|
||||
commas() {
|
||||
|
||||
Reference in New Issue
Block a user