mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-17 11:01:25 -05:00
made the path handling a little more robust
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user