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" + } + ] + } +}