dotfiles/.local/bin/scripts/dif
2021-01-23 20:00:31 +01:00

3 lines
116 B
Bash
Executable file

#!/bin/sh
# diff with pagination
diff --color=always --report-identical-files -U 2 "$@" | less --quit-if-one-screen