dotfiles/.local/bin/scripts/pdiff

4 lines
112 B
Text
Raw Normal View History

2021-03-23 21:55:02 +01:00
#!/bin/sh
# Diff project directories, excluding any generated content
2021-11-11 20:46:39 +01:00
diff-color -r $DIRS_IGNORE "$@" | less -F