Files

14 lines
290 B
Plaintext

---
functions:
file-read:
- binary: false
code: |-
ss -a -F /path/to/input-file
comment: |-
The file content is actually parsed so only a part of the first line is returned as a part of an error message.
contexts:
sudo:
suid:
unprivileged:
...