codecombat/bin/coco-brunch
2014-01-03 10:32:13 -08:00

8 lines
195 B
Bash
Executable file

#!/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