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,14 +1,14 @@
---
description: These require some traffic to be actually captured. Also note that the subprocess is immediately sent to the background.
functions:
execute-non-interactive:
command:
- code: |
COMMAND='id'
TF=$(mktemp)
echo "$COMMAND" > $TF
chmod +x $TF
tcpdump -ln -i lo -w /dev/null -W 1 -G 1 -z $TF
sudo-enabled:
sudo:
- code: |
COMMAND='id'
TF=$(mktemp)