Command line CoffeeScript

This commit is contained in:
tlrobinson
2009-12-24 14:42:57 -08:00
parent dbccc1fa4f
commit 9f80998415

3
bin/cs Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env narwhal
require("coffee-script").run(system.args);