about summary refs log tree commit diff stats
path: root/coffee/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'coffee/build.sh')
-rwxr-xr-xcoffee/build.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/coffee/build.sh b/coffee/build.sh
new file mode 100755
index 0000000..5388daa
--- /dev/null
+++ b/coffee/build.sh
@@ -0,0 +1,5 @@
+#!/usr/local/bin/bash -e
+
+rm -rf starfish.js
+coffee -c starfish.coffee
+node starfish.js