From d9200285490a65ac602ab3a9c4f6aaa96a157113 Mon Sep 17 00:00:00 2001 From: "Mr. Robot" Date: Thu, 24 Dec 2020 08:16:26 +0100 Subject: [PATCH] =?UTF-8?q?add=20data=20source=20for=20t=C3=BAl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/tbl.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 data/tbl.json diff --git a/data/tbl.json b/data/tbl.json new file mode 100644 index 0000000..1d904e5 --- /dev/null +++ b/data/tbl.json @@ -0,0 +1,20 @@ +{ + "description": "The read file content is corrupted by additional text at the beginning.\n", + "functions": { + "file-read": [ + { + "code": "tbl [file]\n" + } + ], + "suid": [ + { + "code": "./tbl [file]\n" + } + ], + "sudo": [ + { + "code": "sudo tbl [file]\n" + } + ] + } +}