1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

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);