Skip to content

Instantly share code, notes, and snippets.

@robdodson
Created August 29, 2013 05:37
Show Gist options
  • Select an option

  • Save robdodson/6374576 to your computer and use it in GitHub Desktop.

Select an option

Save robdodson/6374576 to your computer and use it in GitHub Desktop.
The world's easiest server
#!/bin/sh
echo Starting server at http://localhost:8000
python -m SimpleHTTPServer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment