add data source for wc

master
Mr. Robot 3 years ago committed by GitHub
parent 5e543dc9ce
commit 77f043efe4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,20 @@
{
"description": "The file content is parsed as a sequence of '\\x00' separated paths. On error the file content appears in a message, so this may not be suitable to read binary files.",
"functions": {
"file-read": [
{
"code": "wc --files0-from \"[file]\"\n"
}
],
"suid": [
{
"code": "./wc --files0-from \"[file]\"\n"
}
],
"sudo": [
{
"code": "sudo wc --files0-from \"[file]\"\n"
}
]
}
}
Loading…
Cancel
Save