Files

13 lines
292 B
Plaintext

---
functions:
inherit:
- code: |-
gimp -idf --batch-interpreter=python-fu-eval -b '...'
comment: |-
This allows to run Python code (`...`). It hangs afterwards and can be terminated by pressing `Ctrl-C`.
contexts:
sudo:
unprivileged:
from: python
...