Skip to content

Instantly share code, notes, and snippets.

@timruffles
Created May 2, 2014 11:01
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 timruffles/ab6da0118d3e25b50f6b to your computer and use it in GitHub Desktop.
Save timruffles/ab6da0118d3e25b50f6b to your computer and use it in GitHub Desktop.
node readSync from stdin - good for cli tools
process.stdin.resume()
var stdin = require("fs").readFileSync("/dev/stdin","utf8");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment