Hacker News new | ask | show | jobs
by geophile 4979 days ago
Or in 3 lines:

    #!/bin/sh
    cd $1
    python -m SimpleHTTPServer 8000