Adopt new function names
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
---
|
||||
functions:
|
||||
execute-interactive:
|
||||
shell:
|
||||
- code: rlwrap /bin/sh
|
||||
file-write:
|
||||
- description: This adds timestamps to the output file. This relies on the external `echo` command.
|
||||
code: |
|
||||
LFILE=file_to_write
|
||||
rlwrap -l "$LFILE" echo DATA
|
||||
suid-enabled:
|
||||
suid:
|
||||
- code: ./rlwrap -H /dev/null /bin/sh -p
|
||||
sudo-enabled:
|
||||
sudo:
|
||||
- code: sudo rlwrap /bin/sh
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user