Make an attempt to ignore whitespace changes

This commit is contained in:
BBaoVanC 2022-05-14 15:30:17 -05:00
parent f0036f20b9
commit e9ad2abd55
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A

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$' |