dotfiles/.local/bin/scripts/pdiff
2022-05-03 11:22:10 +02:00

3 lines
121 B
Bash
Executable file

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