mirror of
https://github.com/bol-van/zapret.git
synced 2025-04-19 21:42:59 +03:00
def.sh : gunzip => .gz
This commit is contained in:
parent
51810df337
commit
001f5ad131
@ -21,7 +21,7 @@ zzexist()
|
|||||||
zzcat()
|
zzcat()
|
||||||
{
|
{
|
||||||
if [ -f "$1.gz" ]; then
|
if [ -f "$1.gz" ]; then
|
||||||
gunzip -c "$1"
|
gunzip -c "$1.gz"
|
||||||
else
|
else
|
||||||
cat "$1"
|
cat "$1"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user