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.

20 lines
358 B
JSON

{
"description": "It can only append data if the destination exists.",
"functions": {
"file-write": [
{
"code": "echo DATA | ./tee -a [file]\n"
}
],
"sudo": [
{
"code": "echo DATA | sudo tee -a [file]\n"
}
],
"suid": [
{
"code": "echo DATA | ./tee -a [file]\n"
}
]
}
}