Files
2026-01-21 20:51:34 +01:00

19 lines
290 B
Plaintext

---
functions:
file-read:
- binary: false
code: |-
aws ec2 describe-instances --filter file:///path/to/input-file
contexts:
sudo:
suid:
unprivileged:
inherit:
- code: |-
aws help
contexts:
sudo:
unprivileged:
from: less
...