Skip to content

Instantly share code, notes, and snippets.

@gkatsev
Created July 26, 2012 18:32
Show Gist options
  • Save gkatsev/3183671 to your computer and use it in GitHub Desktop.
Save gkatsev/3183671 to your computer and use it in GitHub Desktop.
run a simple http server in the current directory
#!/bin/bash
python -m SimpleHTTPServer $1
# run like so: http 8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment