mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
- Add support for zip to lesspipe.sh
Approved by: des
This commit is contained in:
parent
b5acc1891f
commit
2852a34f86
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=294111
@ -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 New Issue
Block a user