Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vjeux committed Feb 12, 2012
1 parent 39e1af6 commit be49494
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ while [ -n "$1" ]; do
done

if [ "$n" -eq 0 ]; then
coffee server/server.coffee
coffee server/coffee/server.coffee
else
sleep 1 && echo "Press Enter to Start a Game!" &
coffee server/server.coffee > 0.log 2>&1
coffee server/coffee/server.coffee > 0.log 2>&1
fi

wait

0 comments on commit be49494

Please sign in to comment.