mirror of
https://github.com/opnsense/src.git
synced 2026-03-19 17:29:02 -04:00
8 lines
94 B
Bash
8 lines
94 B
Bash
|
|
#!/bin/sh
|
||
|
|
#
|
||
|
|
# $FreeBSD$
|
||
|
|
#
|
||
|
|
|
||
|
|
export LESSOPEN="|/usr/bin/lesspipe.sh %s"
|
||
|
|
exec /usr/bin/less "$@"
|