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

made the path handling a little more robust

This commit is contained in:
Jeremy Ashkenas 2010-01-29 23:41:18 -05:00
parent f5a37035cf
commit b0ecb39e9f
4 changed files with 20 additions and 6 deletions

View file

@ -1,5 +1,6 @@
(function(){
var coffee, paths;
// Quickie script to compile and run all the files given as arguments.
coffee = require('./coffee-script');
process.mixin(require('sys'));
paths = process.ARGV;