Files

14 lines
219 B
Plaintext

---
functions:
file-read:
- binary: false
code: |-
comm /path/to/input-file /dev/null
comment: |-
A newline is appended to the file.
contexts:
sudo:
suid:
unprivileged:
...