Make an attempt to ignore whitespace changes

This commit is contained in:
2022-05-14 15:30:17 -05:00
parent f0036f20b9
commit e9ad2abd55

View File

@ -1,6 +1,6 @@
#!/bin/sh
diff -qrN old/ new/ |
diff -qrNtbB old/ new/ |
grep -oP '(?<=\s)new\/\S*' |
xargs -d '\n' ls -1d 2>/dev/null |
grep 'index.html$' |