xref
: /
freebsd
/
usr.bin
/
less
/
zless.sh
(revision b59017c5cad90d0f09a59e68c00457b7faf93e7c)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#!/
bin
/
sh
2
#
3
#
4
5
export
LESSOPEN
=
"||/
usr
/
bin
/
lesspipe.sh
%s"
6
exec
/
usr
/
bin
/
less
"$@"
7