Skip to content

Commit

Permalink
Added start.sh script for bash shell
Browse files Browse the repository at this point in the history
  • Loading branch information
chicagoduane committed Apr 16, 2011
1 parent c2f0e4f commit b9b4e45
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions start.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
echo "Compiling kaffeine to javascript ..." \
&& lib/kaffeine/bin/kaffeine -c src -o build \
&& echo "Starting node server (build/server/app.js) ..." \
&& echo "(press ctrl-c to stop the server)" \
&& node build/server/app.js

0 comments on commit b9b4e45

Please sign in to comment.