]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/less/zless.sh
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.bin / less / zless.sh
1 #!/bin/sh
2 #
3 # $FreeBSD$
4 #
5
6 export LESSOPEN="||/usr/bin/lesspipe.sh %s"
7 exec /usr/bin/less "$@"