diff --git a/data/csplit.json b/data/csplit.json new file mode 100644 index 0000000..5ec73df --- /dev/null +++ b/data/csplit.json @@ -0,0 +1,19 @@ +{ + "functions": { + "file-read": [ + { + "code": "csplit [file] 1\ncat xx01\n" + } + ], + "suid": [ + { + "code": "csplit [file] 1\ncat xx01\n" + } + ], + "sudo": [ + { + "code": "csplit [file] 1\ncat xx01\n" + } + ] + } +}