PATH:
usr
/
local
/
lib
/
node_modules
/
ghost-cli
/
node_modules
/
path-is-root
/
debug
'use strict' const path = require('path') const cwd = process.cwd() const target = process.argv.slice(-1)[0] require('babel-core/register') require(`${cwd}/${target}`)
[+]
..
[-] index.js
[edit]