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:
parent
babeebcc1a
commit
e755188878
2 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue