dotfiles/.local/bin/scripts/pdiff
2022-06-27 13:03:46 +02:00

3 lines
141 B
Bash
Executable file

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