From ae764a4eafcb753a7e4295265af65b765cd40bbd Mon Sep 17 00:00:00 2001 From: Dan Cryer Date: Thu, 17 Oct 2013 03:30:34 -0700 Subject: [PATCH] Created Shell plugin (markdown) --- Shell-plugin.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Shell-plugin.md diff --git a/Shell-plugin.md b/Shell-plugin.md new file mode 100644 index 0000000..4f884aa --- /dev/null +++ b/Shell-plugin.md @@ -0,0 +1,7 @@ +Runs a given Shell command. + +**Note: ** _You must have defined, and set to true, the `ENABLE_SHELL_PLUGIN` flag in vars.php for this plugin to run. + +### Configuration Options: + +* **command** - Required - The shell command to run. \ No newline at end of file