Files

10 lines
157 B
Plaintext

---
functions:
file-read:
- code: |-
7z a -ttar -an -so /path/to/input-file | 7z e -ttar -si -so
contexts:
sudo:
unprivileged:
...