Skip to content

Instantly share code, notes, and snippets.

@tatey
Created October 16, 2013 00:55
Show Gist options
  • Save tatey/7001024 to your computer and use it in GitHub Desktop.
Save tatey/7001024 to your computer and use it in GitHub Desktop.
#!/bin/sh
if [ "$#" -eq 0 ]; then
karma start path/to/config/relative/to/this/file
else
karma $@
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment