mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
5 lines
136 B
Bash
Executable file
5 lines
136 B
Bash
Executable file
#!/bin/bash
|
|
|
|
#sleep 5
|
|
cd ~/Desktop/coco
|
|
node_modules/jasmine-node/bin/jasmine-node test/server/ --coffee --autotest --captureExceptions
|