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