You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
radium/watch.sh

5 lines
190 B
Bash

#!/bin/bash
coffee -w -c -j easing.coffee -o easing/ easing/*.coffee&
coffee -w -c -j gemswap.coffee -o gemswap/ gemswap/*.coffee&
coffee -w -c -j radium.coffee -o compiled/ radium/*.coffee