Files

13 lines
211 B
Plaintext

---
functions:
file-write:
- code: |-
echo DATA | tee /path/to/output-file
comment: |-
Use `-a` to append data to exising files.
contexts:
sudo:
suid:
unprivileged:
...