diff --git a/exec/unixgate.js b/exec/unixgate.js
new file mode 100644
index 0000000000000000000000000000000000000000..d68adffb4314fd6eac8803c80412a99b273e1694
--- /dev/null
+++ b/exec/unixgate.js
@@ -0,0 +1,15 @@
+// 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();