dotfiles/.local/bin/scripts/dif
2021-01-23 19:55:22 +01:00

3 lines
91 B
Bash
Executable file

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