6 lines
102 B
Plaintext
6 lines
102 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
# bootstrap environment
|
||
|
source script/bootstrap
|
||
|
|
||
|
mocha --compilers coffee:coffee-script
|