From 17668a0156f1022b10189a2be5da97c45e4ab347 Mon Sep 17 00:00:00 2001 From: t0thkr1s Date: Fri, 10 Jan 2020 13:01:55 +0100 Subject: [PATCH] add data for script --- data/script.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 data/script.json diff --git a/data/script.json b/data/script.json new file mode 100644 index 0000000..b7af486 --- /dev/null +++ b/data/script.json @@ -0,0 +1,20 @@ +{ + "functions": { + "shell": [ + { + "code": "script -q /dev/null" + } + ], + "sudo": [ + { + "code": "sudo script -q /dev/null" + } + ], + "file-write": [ + { + "description": "The wrote content is corrupted by debug prints.", + "code": "script -q -c 'echo DATA' [file]" + } + ] + } +} \ No newline at end of file