File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
bash-httpd
2
2
==========
3
3
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.
7
7
8
8
# 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? :)
12
12
# What's the current version?
13
13
The sole script in this repository is versioned.
14
14
# Why should I run it instead of Apache or [ insert favorite server software here] .
You can’t perform that action at this time.
0 commit comments