This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env node | |
/*jshint strict:true node:true es5:true | |
onevar:true laxcomma:true laxbreak:true eqeqeq:true immed:true latedef:true*/ | |
(function () { | |
"use strict"; | |
var repl = require("repl") | |
, context = repl.start("injs> ").context | |
, path = require('path') | |
, fs = require('fs') |