Skip to content

Instantly share code, notes, and snippets.

@zkessin
Created September 10, 2012 15:24
Show Gist options
  • Select an option

  • Save zkessin/3691499 to your computer and use it in GitHub Desktop.

Select an option

Save zkessin/3691499 to your computer and use it in GitHub Desktop.
run coffeescript
#!/bin/bash
COUNTER=0
while [ $COUNTER -lt 10 ]; do
clear
coffee --compile --output js-out --watch .
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment