mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-01-23 18:14:54 +08:00
10 lines
97 B
Bash
10 lines
97 B
Bash
#!/bin/sh
|
|
|
|
: ${PAGER=less}
|
|
export PAGER
|
|
|
|
PATH="/usr/bin:$PATH"
|
|
export PATH
|
|
|
|
exec zmore ${1+"$@"}
|