From 892701daebc882af1f72db83ac1947185f42ac6d Mon Sep 17 00:00:00 2001 From: mappu Date: Sat, 25 Mar 2017 16:29:27 +1300 Subject: [PATCH] doc: readme --- _dist/README.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 _dist/README.txt diff --git a/_dist/README.txt b/_dist/README.txt new file mode 100644 index 0000000..85cf961 --- /dev/null +++ b/_dist/README.txt @@ -0,0 +1,20 @@ +A web-based interface for arbitrary command-line tools. + +Configure the possible options for your command (e.g. optional flags, custom arguments) and remotely invoke the tool via a web interface. The web interface displays stdout/stderr of recent tasks. + +=USAGE= + +`Usage of ./webcmd: + -config string + Path to configuration file (default "webcmd.conf") + -version + Display version number and exit` + +=CONFIGURATION= + +See the included `webcmd.conf-sample` file for an example configuration implementing a Looking Glass server over the top of `/bin/ping`. + +=CHANGELOG= + +2017-03-25 1.0.0 +- Initial public release