xref
: /
freebsd
/
usr.bin
/
less
/
zless.sh
(revision e1c4c8dd8d2d10b6104f06856a77bd5b4813a801)
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