// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
alt-nodejs14
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
rc
[ PARENT ]
EDIT :: cli.js
#!/opt/alt/alt-nodejs14/root/usr/bin/node var rc = require('./index') console.log(JSON.stringify(rc(process.argv[2]), false, 2))
SAVE
CANCEL