mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-01 21:51:40 +02:00
7 lines
99 B
Text
7 lines
99 B
Text
#compdef zcat
|
|
|
|
if _pick_variant gnu=GNU unix --license; then
|
|
_gzip "$@"
|
|
else
|
|
_compress "$@"
|
|
fi
|