UNPKG
niim
Version:
latest (1.12.1-a)
1.12.1-a
1.12.0-a
1.11.6-j
1.11.6-i
1.11.6-h
1.11.6-g
1.11.6-f
1.11.6-e
1.11.6-d
1.11.6-c
1.11.6-b
1.11.6-a
Node Inspect IMproved
github.com/wesgarland/niim
wesgarland/niim
niim
/
stdin_dump.js
8 lines
(6 loc)
•
138 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
#! /usr/bin/env node
//process.stdin.resume();
process.
stdin
.
on
(
"data"
,
function
(
chunk
) { process.
stdout
.
write
(chunk);
debugger
; });