Skip to content

Instantly share code, notes, and snippets.

@pearlchen
Created January 3, 2017 20:50
Show Gist options
  • Save pearlchen/4017e4341798227d3fd093c2e2ae062f to your computer and use it in GitHub Desktop.
Save pearlchen/4017e4341798227d3fd093c2e2ae062f to your computer and use it in GitHub Desktop.
function serve() {
local host=`hostname`
local port="${1:-8888}"
(sleep 1 && open "http://${host}:${port}/")&
python -m SimpleHTTPServer "$port"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment