Skip to content

Commit 46d1821

Browse files
authored
Update README.md
1 parent 7ce65f1 commit 46d1821

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
bash-httpd
22
==========
33

4-
This is a real neat peice of kit ;) A web server in all of ~100 lines of bash.
5-
Below is some commentary by the original author on what the software is, what
6-
you should do with it, and what you shouldn't.
4+
The worlds first (and hopefully last) micro web server implementation. A web server in all of ~100 lines of bash.
5+
6+
Below is some commentary on what the software is, what you should do with it, and what you shouldn't.
77

88
# What is it?
9-
Bash-httpd is a web server written in bash, the GNU bourne shell replacement.
10-
# Why did you write it?
11-
Because I could. :) It doesn't have any features that aren't in a million other web servers, and is ridiculously slow. But isn't the idea cool? :)
9+
Bash-httpd is a micro web server written in bash, the GNU bourne shell replacement.
10+
# Why does it exist?
11+
It doesn't have any features that aren't in a million other web servers, and is ridiculously slow. But isn't the idea cool? :)
1212
# What's the current version?
1313
The sole script in this repository is versioned.
1414
# Why should I run it instead of Apache or [insert favorite server software here].

0 commit comments

Comments
 (0)