Initial revision
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 14 Oct 1998 23:50:24 +0000 (23:50 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 14 Oct 1998 23:50:24 +0000 (23:50 +0000)
zless.in [new file with mode: 0644]

diff --git a/zless.in b/zless.in
new file mode 100644 (file)
index 0000000..9527381
--- /dev/null
+++ b/zless.in
@@ -0,0 +1,10 @@
+:
+#!/bin/sh
+
+: ${PAGER=less}
+export PAGER
+
+PATH="BINDIR:$PATH"
+export PATH
+
+exec zmore ${1+"$@"}