about summary refs log tree commit diff stats
path: root/coffee/build.sh
blob: 7bd6152f34dfb2dcd721df3820232c43f807dc65 (plain) (blame)
1
2
3
4
5
#!/bin/zsh

rm -rf starfish.js
coffee -c starfish.coffee
node starfish.js