mirror of
https://github.com/BBaoVanC/bbaovanc.com.git
synced 2025-07-11 22:37:29 -05:00
Make an attempt to ignore whitespace changes
This commit is contained in:
@ -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$' |
|
||||
|
Reference in New Issue
Block a user