- Update maintainer's email - Change license from BSD to BSD2CLAUSE - Allow staging PR: ports/186041 Submitted by: maintainer
4 lines
190 B
Bash
4 lines
190 B
Bash
#!/bin/sh
|
|
[ $# -lt 1 ] && echo 'usage: ssgless -x3 ssg-device_cfg.txt' && echo ' ("less --help" for help)' && exit 1
|
|
export LESSOPEN="|%%PREFIX%%/bin/lesspipe-ssg.awk %s"
|
|
exec %%LESS%% "$@"
|