From 4d0e5ff6dbece1022b24e82bc926082b60c90223 Mon Sep 17 00:00:00 2001 From: ed Date: Sat, 13 Mar 2021 00:16:07 +0100 Subject: [PATCH] turns out whitespace compresses better than tabs --- scripts/make-sfx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/make-sfx.sh b/scripts/make-sfx.sh index dec034fd..7fffa552 100755 --- a/scripts/make-sfx.sh +++ b/scripts/make-sfx.sh @@ -180,7 +180,7 @@ tmv "$f" # up2k goes from 28k to 22k laff echo entabbening -find | grep -E '\.(js|css|html|py)$' | while IFS= read -r f; do +find | grep -E '\.(js|css|html)$' | while IFS= read -r f; do unexpand -t 4 --first-only <"$f" >t tmv "$f" done