From 39a48b5cbac6ee28fc6bf563573710e8d5be02ce Mon Sep 17 00:00:00 2001 From: "Mr. Robot" Date: Thu, 24 Dec 2020 09:27:03 +0100 Subject: [PATCH] add data source for csplit --- data/csplit.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 data/csplit.json 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" + } + ] + } +}