From 82ceb09c26b83835ce9b55e04f68949d83232a1c Mon Sep 17 00:00:00 2001 From: "Mr. Robot" Date: Sun, 11 Apr 2021 18:59:36 +0200 Subject: [PATCH] add another file read options to gzip --- data/gzip.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/gzip.json b/data/gzip.json index dc0d5de..e5177fe 100644 --- a/data/gzip.json +++ b/data/gzip.json @@ -4,6 +4,9 @@ "file-read": [ { "code": "gzip -f [file] -t\n" + }, + { + "code": "gzip -c [file] | gzip -d\n" } ], "suid": [