Skip to content

Commit

Permalink
Initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnolan committed Dec 10, 2010
0 parents commit c4d305e
Show file tree
Hide file tree
Showing 12 changed files with 2,994 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bin/capt
@@ -0,0 +1,6 @@
#!/usr/local/bin/node

root = __dirname + "/.."

require("coffee-script")
require(root + "/src/main.coffee")

0 comments on commit c4d305e

Please sign in to comment.