Created
July 15, 2012 01:12
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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