dotfiles/.local/bin/scripts/pdiff

4 lines
121 B
Bash
Executable File

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