mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
5 lines
127 B
Text
5 lines
127 B
Text
|
#!/bin/bash
|
||
|
|
||
|
cd ~/Desktop/coco
|
||
|
node_modules/.bin/nodemon . --ext ".coffee|.js" --watch server --watch server.coffee --unittest
|