dotfiles/.local/bin/scripts/pdiff
2021-11-11 20:48:21 +01:00

3 lines
112 B
Bash
Executable file

#!/bin/sh
# Diff project directories, excluding any generated content
diff-color -r $DIRS_IGNORE "$@" | less -F