Files

14 lines
235 B
Plaintext

---
functions:
file-read:
- code: |-
bc -s /path/to/input-file
quit
comment: |-
The file content is actually parsed and appears as error messages.
contexts:
sudo:
suid:
unprivileged:
...