You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
406 B
JSON

{
"description": "The output is placed inside the ISO9660 file system binary format thus it may not be suitable for binary content as is, yet it can be mounted or extracted with tools like '7z'.",
"functions": {
"file-read": [
{
"code": "genisoimage -q -o - \"[file]\"\n"
}
],
"sudo": [
{
"code": "sudo genisoimage -q -o - \"[file]\"\n"
}
]
}
}