Files
2026-01-07 14:09:26 +01:00

15 lines
245 B
Plaintext

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