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

View File

@ -1,5 +1,6 @@
# Quickie script to compile and run all the files given as arguments.
process.mixin require 'sys'
coffee: require './coffee-script'
paths: process.ARGV