tridactyl/addon/make_and_watch
2017-02-12 23:08:28 +00:00

5 lines
132 B
Bash
Executable file

#!/bin/sh
# Watches the current directory's .coffee files for timestamp changes and
# recompiles them as javascript.
coffee -cbw .