python -m SimpleHTTPServer
This starts a service on port 8000, and shares all files in the current directory (and subdirectories). Rather handy.
James Frost, Mobile Wrangler
python -m SimpleHTTPServer
This starts a service on port 8000, and shares all files in the current directory (and subdirectories). Rather handy.