Dark Hacker News
new
|
best
|
ask
|
show
|
jobs
Web server in 50 lines of bash | Dark Hacker News
Web server in 50 lines of bash
(github.com)
2 points
by
esad
13 years ago
| 1 comment
geophile
13 years ago
|
next
[−]
Or in 3 lines:
#!/bin/sh cd $1 python -m SimpleHTTPServer 8000