Skip to content
Snippets Groups Projects
Commit 143542cc authored by deuce's avatar deuce
Browse files

JS version of unixgate

parent a5ba6f21
No related branches found
No related tags found
No related merge requests found
// unixgate.js
// Telnet Gateway for Unix servers - Requires v3.00c
// $Id$
// @format.tab-size 4, @format.use-tabs true
load("sbbsdefs.js");
write("\r\n\1h\1hPress \001yCtrl-]\001w for a control menu anytime.\r\n\r\n");
console.pause();
writeln("\001h\001yConnecting to: \001w"+argv[0]+"\001n");
bbs.telnet_gate(argv[0],TG_PASSTHRU|TG_NOTERMTYPE);
console.clear();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment