1 2 3 4 5 6 7
#!/bin/bash BASE_DIR=`dirname $0` cd $BASE_DIR ../node_modules/.bin/jasmine-node spec/ --noColor && node src/closureSlurper.js