From cf2ff5ca4c8e0ce99bb86a1505585713c8de29fc Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Fri, 13 Jul 2018 23:18:42 +0100 Subject: added README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d1b278a --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +## gprsh -- A simple Gopher server in a POSIX shell script + + +`gprsh` is a Gopher server in a shell script. It requires only a +standard `netcat`. + +You start the server using: + + $ ./gprsh [ [] + +If PORT is not specified, it will bind on port 70. If GOPHERDIR is not +provided, it defaults to "./". + +`gprsh` reads the index.gph gopherfile in a folder and renders it as a +gophermap. -- cgit v1.2.3