mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 04:24:35 +08:00
10 lines
97 B
Plaintext
10 lines
97 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
: ${PAGER=less}
|
||
|
export PAGER
|
||
|
|
||
|
PATH="/usr/bin:$PATH"
|
||
|
export PATH
|
||
|
|
||
|
exec zmore ${1+"$@"}
|