Skip to content

Instantly share code, notes, and snippets.

@grahamc
Forked from warmwaffles/server.sh
Created February 12, 2014 15:56
Show Gist options
  • Save grahamc/8958208 to your computer and use it in GitHub Desktop.
Save grahamc/8958208 to your computer and use it in GitHub Desktop.
#!/bin/bash
${1:=8000}
python -m SimpleHTTPServer "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment