diff options
| -rw-r--r-- | compress.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/compress.sh b/compress.sh new file mode 100644 index 0000000..652b992 --- /dev/null +++ b/compress.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +find build -type f \( -name '*.html' -o -name '*.css' \) -exec gzip -kf {} + + |
