add another file read options to gzip

master
Mr. Robot 3 years ago committed by GitHub
parent 68543f2efa
commit 82ceb09c26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,6 +4,9 @@
"file-read": [
{
"code": "gzip -f [file] -t\n"
},
{
"code": "gzip -c [file] | gzip -d\n"
}
],
"suid": [

Loading…
Cancel
Save