From c26c9b14b37972f8f0369a6c4a20f85a0c6c4d03 Mon Sep 17 00:00:00 2001 From: "Mr. Robot" Date: Wed, 23 Dec 2020 15:10:26 +0100 Subject: [PATCH] add data source for troff --- data/troff.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 data/troff.json diff --git a/data/troff.json b/data/troff.json new file mode 100644 index 0000000..4772ee2 --- /dev/null +++ b/data/troff.json @@ -0,0 +1,20 @@ +{ + "description": "The file is typeset but text is still readable in the output, alternatively the output can be read with 'man -l'.\n", + "functions": { + "file-read": [ + { + "code": "troff [file]\n" + } + ], + "suid": [ + { + "code": "./troff [file]\n" + } + ], + "sudo": [ + { + "code": "sudo troff [file]\n" + } + ] + } +}