Initial commit: Uploaded everything from abs/core
[arch-rock.git] / base / less / zless
blob93d560bc5e5f33aa0e1ce595fb1d44a49802ea3e
1 #!/bin/sh
3 : ${PAGER=less}
4 export PAGER
6 PATH="/usr/bin:$PATH"
7 export PATH
9 exec zmore ${1+"$@"}