Hacker News new | ask | show | jobs
by tajen 3361 days ago
Why not one-liners? Available on every Linux and Mac:

        python -m smtpd -n -c DebuggingServer localhost:1025
Oh and serve a directory as a website with this other one-liner:

        python -m SimpleHTTPServer <port>
1 comments

you sir, just shut this whole thread down, methinks.