Files

14 lines
235 B
Plaintext

---
functions:
inherit:
- code: |-
echo '...' >/path/to/file.py
pipx run /path/to/file.py
comment: |-
This allows to run Python code (`...`).
contexts:
sudo:
unprivileged:
from: python
...