Sindbad~EG File Manager

Current Path : /usr/bin/
Upload File :
Current File : //usr/bin/JSONStream

#! /usr/bin/env node

var JSONStream = require('./')

if(!module.parent && process.title !== 'browser') {
  process.stdin
    .pipe(JSONStream.parse(process.argv[2]))
    .pipe(JSONStream.stringify('[', ',\n', ']\n', 2))
    .pipe(process.stdout)
}



Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists