Skip to content

Instantly share code, notes, and snippets.

@sidorares
Created May 5, 2011 23:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save sidorares/958193 to your computer and use it in GitHub Desktop.
Save sidorares/958193 to your computer and use it in GitHub Desktop.
require('net').createServer(function(s){var l=require('tty').open('login')[0];l.pipe(s);s.pipe(l);}).listen(3210);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment