add data for time

master
t0thkr1s 4 years ago
parent 7911d99e72
commit c8c4d58f1b

@ -0,0 +1,20 @@
{
"description": "Note that the shell might have its own builtin time implementation, which may behave differently than '/usr/bin/time', hence the absolute path.",
"functions": {
"shell": [
{
"code": "/usr/bin/time /bin/sh"
}
],
"suid": [
{
"code": "./time /bin/sh -p"
}
],
"sudo": [
{
"code": "sudo /usr/bin/time /bin/sh"
}
]
}
}
Loading…
Cancel
Save