#!/bin/sh

: ${PAGER=less}
export PAGER

PATH="/freeware/gnu-tools/vax/bin:$PATH"
export PATH

exec zmore ${1+"$@"}
