Skip to content

Instantly share code, notes, and snippets.

@mindscratch
Created July 15, 2012 01:12
Show Gist options
  • Select an option

  • Save mindscratch/3114219 to your computer and use it in GitHub Desktop.

Select an option

Save mindscratch/3114219 to your computer and use it in GitHub Desktop.
some functions from Paul Irish's talk: http://dl.dropbox.com/u/39519/talks/tooling-q1/index.html
# usage:
# $ chrome index.html
function chrome() {
open $@ --args --allow-file-access-from-files
}
# usage:
# $ server
alias server='open http://localhost:8000 && python -m SimpleHTTPServer'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment