repo.or.cz
/
Archlinux-Stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
logrotate PKGBUILD updated
[Archlinux-Stable.git]
/
base
/
less
/
zless
blob
93d560bc5e5f33aa0e1ce595fb1d44a49802ea3e
1
#!/bin/sh
2
3
:
${PAGER=less}
4
export
PAGER
5
6
PATH
=
"/usr/bin:
$PATH
"
7
export
PATH
8
9
exec
zmore
${1+"$@"}