diff options
Diffstat (limited to 'with/with-pager')
-rwxr-xr-x | with/with-pager | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/with/with-pager b/with/with-pager new file mode 100755 index 0000000..10f8717 --- /dev/null +++ b/with/with-pager @@ -0,0 +1,2 @@ +#!/bin/sh +"$@" | ${PAGER:-less} |