Created
September 22, 2010 00:53
-
-
Save dshaw/590899 to your computer and use it in GitHub Desktop.
Command Line Snippets
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
| # set temporary environment variable | |
| export PORT=8888 | |
| # Expresso test with code coverage | |
| expresso -I lib-cov test/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment