simpul dan bash bersama

$ npm install shelljs
node
>var shell = require('shelljs');
>shell.ls();
>shell.exec('ls');
Xanthous Xenomorph