mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
- Add support for zip to lesspipe.sh
Approved by: des
This commit is contained in:
parent
b5acc1891f
commit
2852a34f86
1 changed files with 3 additions and 0 deletions
|
|
@ -4,6 +4,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
case "$1" in
|
||||
*.zip)
|
||||
exec unzip -c "$1" 2>/dev/null
|
||||
;;
|
||||
*.Z)
|
||||
exec uncompress -c "$1" 2>/dev/null
|
||||
;;
|
||||
|
|
|
|||
Loading…
Reference in a new issue