aboutsummaryrefslogtreecommitdiffhomepage
path: root/gzip.sh
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2025-01-17 15:12:31 -0500
committerBradley Taunt <bt@btxx.org>2025-01-17 15:12:31 -0500
commit068badb857215f0e10500ddd29a8b335efe3b2bd (patch)
tree1ab865c4164fa51d6a5badd716c5fc0ccb6e4b25 /gzip.sh
parent310ec04403d71ba58ee298d9e85315e2912f0acb (diff)
Complete styling changes - again
Diffstat (limited to 'gzip.sh')
-rw-r--r--gzip.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/gzip.sh b/gzip.sh
new file mode 100644
index 0000000..653b18b
--- /dev/null
+++ b/gzip.sh
@@ -0,0 +1 @@
+find . -type f \( -name "*.html" -o -name "*.css" -o -name "*.jpg" -o -name "*.png" -o -name "*.webp" -o -name "*.woff2" \) -exec gzip -k -f {} \; \ No newline at end of file