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