mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 17:41:40 -05:00
5 lines
132 B
Bash
Executable file
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 .
|