Files

19 lines
257 B
Plaintext

---
functions:
command:
- blind: true
code: |-
systemd-run /path/to/command
contexts:
sudo:
shell:
- code: |-
systemd-run -S
contexts:
sudo:
- code: |-
systemd-run -t /bin/sh
contexts:
sudo:
...