4 lines
86 B
Plaintext
4 lines
86 B
Plaintext
|
#!/bin/sh
|
||
|
# diff with pagination
|
||
|
diff --color=always "$@" | less --quit-if-one-screen
|