aboutsummaryrefslogtreecommitdiffhomepage
path: root/compress.sh
blob: 652b992785fda863ffb91dcbb2f8ee5109ac58cd (plain)
1
2
3
4
#!/bin/sh

find build -type f \( -name '*.html' -o -name '*.css' \) -exec gzip -kf {} +