mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-11 22:36:57 +08:00
8 lines
130 B
Bash
Executable File
8 lines
130 B
Bash
Executable File
#!/bin/bash
|
|
|
|
BASE_DIR=`dirname $0`
|
|
cd $BASE_DIR
|
|
|
|
|
|
../node_modules/.bin/jasmine-node spec/ --noColor && node src/closureSlurper.js
|