Skip to content

Instantly share code, notes, and snippets.

@ArtS
Forked from sidorares/gist:958193
Created July 8, 2011 05:06
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 ArtS/1071182 to your computer and use it in GitHub Desktop.
Save ArtS/1071182 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