1
0
mirror of https://github.com/bol-van/zapret.git synced 2025-05-24 22:32:58 +03:00

def.sh : gunzip => .gz

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

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