Skip to content

Instantly share code, notes, and snippets.

@mathiasrw
Created December 19, 2017 20:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mathiasrw/e9a19efbc03a0685fc608fb7ed7376cb to your computer and use it in GitHub Desktop.
Save mathiasrw/e9a19efbc03a0685fc608fb7ed7376cb to your computer and use it in GitHub Desktop.
#!/usr/bin/env node
process.stdin.resume();
process.stdin.setEncoding('utf8');
process.stdin.on('data', function(data) {
process.stdout.write(data);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment