Skip to content

Instantly share code, notes, and snippets.

@zthxxx
Created April 20, 2018 12:45
Show Gist options
  • Save zthxxx/4fae099cede2a4d165a2e85811d1aa1a to your computer and use it in GitHub Desktop.
Save zthxxx/4fae099cede2a4d165a2e85811d1aa1a to your computer and use it in GitHub Desktop.
const raw = require('fs').readFileSync('/dev/stdin', 'utf8').trim().split('\n')
let line
while (line = raw.shift()) {
console.log(line)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment