freebsd-dev/usr.bin/less/zless.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
83 B
Bash
Raw Normal View History

#!/bin/sh
#
#
export LESSOPEN="||/usr/bin/lesspipe.sh %s"
exec /usr/bin/less "$@"