Files

14 lines
254 B
Plaintext

---
functions:
file-read:
- binary: false
code: |-
msgmerge -P /path/to/input-file /dev/null
comment: |-
The file is parsed and displayed as a Java `.properties` file.
contexts:
sudo:
suid:
unprivileged:
...