mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-22 07:20:00 +00:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
7 lines
83 B
Bash
7 lines
83 B
Bash
#!/bin/sh
|
|
#
|
|
#
|
|
|
|
export LESSOPEN="||/usr/bin/lesspipe.sh %s"
|
|
exec /usr/bin/less "$@"
|