PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/tape/example/stream

Просмотр файла: object.js

'use strict';

var test = require('../../');
var path = require('path');

test.createStream({ objectMode: true }).on('data', function (row) {
	console.log(JSON.stringify(row));
});

process.argv.slice(2).forEach(function (file) {
	require(path.resolve(file));
});

Выполнить команду


Для локальной разработки. Не используйте в интернете!