Files

12 lines
161 B
Plaintext

---
functions:
file-read:
- binary: false
code: |-
cut -d '' -f1 /path/to/input-file
contexts:
sudo:
suid:
unprivileged:
...