diff --git a/README.md b/README.md new file mode 100644 index 0000000..4db5003 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# BASH4WEB + +A simple HTTP server written in pure Bash¹. +Warning: racy. + +¹ Requires GNU Netcat. Traditional (aka BSD) netcat is unsuitable (doesn’t close the listening socket timely).