PKGBUILDs/core/less/zless

10 lines
97 B
Text
Raw Normal View History

2009-10-10 02:17:35 +00:00
#!/bin/sh
: ${PAGER=less}
export PAGER
PATH="/usr/bin:$PATH"
export PATH
exec zmore ${1+"$@"}