Files

21 lines
365 B
Plaintext

---
functions:
file-read:
- binary: false
code: |-
nroff /path/to/input-file
comment: |-
The file is typeset and some warning messages may appear.
contexts:
sudo:
unprivileged:
shell:
- code: |-
echo /bin/sh >groff
chmod +x groff
GROFF_BIN_PATH=. nroff
contexts:
sudo:
unprivileged:
...