#!/bin/sh

: ${PAGER=less}
export PAGER

PATH="/usr/local/bin:$PATH"
export PATH

exec zmore ${1+"$@"}
