Skip to content

Instantly share code, notes, and snippets.

@mguenther
Created October 17, 2015 23:58
Show Gist options
  • Save mguenther/082842e040b4d44c8307 to your computer and use it in GitHub Desktop.
Save mguenther/082842e040b4d44c8307 to your computer and use it in GitHub Desktop.
Serve the contents of the current working directory via HTTP
#!/bin/bash
python -m SimpleHTTPServer $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment