From 87a964f524684f3e793a936215309cdd62d2dc2c Mon Sep 17 00:00:00 2001 From: t0thkr1s Date: Sun, 15 Mar 2020 14:39:05 +0100 Subject: [PATCH] add data source for zsoelim --- data/zsoelim.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 data/zsoelim.json diff --git a/data/zsoelim.json b/data/zsoelim.json new file mode 100644 index 0000000..2bd9f61 --- /dev/null +++ b/data/zsoelim.json @@ -0,0 +1,20 @@ +{ + "description": "The content is actually parsed and corrupted by the command, thus it may not be suitable for arbitrary files.", + "functions": { + "file-read": [ + { + "code": "zsoelim \"[file]\"\n" + } + ], + "suid": [ + { + "code": "./zsoelim \"[file]\"\n" + } + ], + "sudo": [ + { + "code": "sudo zsoelim \"[file]\"\n" + } + ] + } +} \ No newline at end of file