Files

13 lines
326 B
Plaintext

---
functions:
file-read:
- code: |-
tic -C /path/to/input-file
comment: |-
This translates a terminfo file from source format into compiled format. It will attempt to translate an arbitrary file and output the contents of the file on failure.
contexts:
sudo:
suid:
unprivileged:
...