mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 01:22:13 -06:00
turns out whitespace compresses better than tabs
This commit is contained in:
parent
0893f06919
commit
4d0e5ff6db
|
@ -180,7 +180,7 @@ tmv "$f"
|
||||||
|
|
||||||
# up2k goes from 28k to 22k laff
|
# up2k goes from 28k to 22k laff
|
||||||
echo entabbening
|
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
|
unexpand -t 4 --first-only <"$f" >t
|
||||||
tmv "$f"
|
tmv "$f"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue