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

mixing in sys again, for the tests

This commit is contained in:
Jeremy Ashkenas 2010-01-30 16:14:13 -05:00
parent babeebcc1a
commit e755188878
2 changed files with 2 additions and 0 deletions

View file

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