def.sh : gunzip => .gz

This commit is contained in:
bolvan 2019-05-07 19:07:24 +03:00
parent 51810df337
commit 001f5ad131

View File

@ -21,7 +21,7 @@ zzexist()
zzcat()
{
if [ -f "$1.gz" ]; then
gunzip -c "$1"
gunzip -c "$1.gz"
else
cat "$1"
fi