TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Web server in 50 lines of bash

2 pointsby esadover 12 years ago

1 comment

geophileover 12 years ago
Or in 3 lines:<p><pre><code> #!/bin/sh cd $1 python -m SimpleHTTPServer 8000</code></pre>