Files

16 lines
363 B
Plaintext

---
functions:
shell:
- code: |-
time /bin/sh
comment: |-
Note that the shell might have its own builtin `time` implementation, which may behave differently than the binary, which is often located at `/usr/bin/time`.
contexts:
sudo:
suid:
code: |-
time /bin/sh -p
shell: false
unprivileged:
...