mirror of
https://github.com/bol-van/zapret.git
synced 2025-04-17 04:22:59 +03:00
def.sh : gunzip => .gz
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user