]> git.cworth.org Git - gzip/blob - zless.in
Imported Upstream version 1.3.2
[gzip] / zless.in
1 :
2 #!/bin/sh
3
4 : ${PAGER=less}
5 export PAGER
6
7 PATH="BINDIR:$PATH"
8 export PATH
9
10 exec zmore ${1+"$@"}