diff --git a/data/tail.json b/data/tail.json new file mode 100644 index 0000000..eb15d07 --- /dev/null +++ b/data/tail.json @@ -0,0 +1,19 @@ +{ + "functions": { + "file-read": [ + { + "code": "tail -c1G [file]\n" + } + ], + "suid": [ + { + "code": "./tail -c1G [file]\n" + } + ], + "sudo": [ + { + "code": "sudo tail -c1G [file]\n" + } + ] + } +} \ No newline at end of file