codecombat/bin/coco-brunch

9 lines
195 B
Text
Raw Normal View History

2014-01-03 13:32:13 -05:00
#!/bin/bash
ulimit -n 10000
cd ~/Desktop/coco
until brunch w --config brunch.coffee; do
echo "Brunch Crashed. Recompiling entire project. Press Ctrl-C quickly to quit." >&2
sleep 1
done