add data source for genisoimage

master
t0thkr1s 4 years ago
parent 5098c95cab
commit b4a159618c

@ -0,0 +1,15 @@
{
"description": "The output is placed inside the ISO9660 file system binary format thus it may not be suitable for binary content.",
"functions": {
"file-read": [
{
"code": "genisoimage -q -o - \"[file]\"\n"
}
],
"sudo": [
{
"code": "sudo genisoimage -q -o - \"[file]\"\n"
}
]
}
}
Loading…
Cancel
Save