aboutsummaryrefslogtreecommitdiff
path: root/misc/freeshell
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-13 17:32:58 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-13 17:32:58 -0200
commita64487d5db57b9e281a5953b082618d2c1fca8a4 (patch)
treebfd1f26e5eaccf9cfd3d2809a49161beceb7f9b6 /misc/freeshell
parentf6978c1b28db3308808f2e303c607047f97a96c5 (diff)
downloadscripts-a64487d5db57b9e281a5953b082618d2c1fca8a4.tar.gz
scripts-a64487d5db57b9e281a5953b082618d2c1fca8a4.tar.bz2
Removing old scripts and cleaning up some code
Diffstat (limited to 'misc/freeshell')
-rwxr-xr-xmisc/freeshell5
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/freeshell b/misc/freeshell
index a2f6e38..ad98ff2 100755
--- a/misc/freeshell
+++ b/misc/freeshell
@@ -1,4 +1,9 @@
#!/usr/bin/expect
+#
+# Simple telnet application to log in a server
+# WARNING: passphrase is sent in the clear!
+#
+
spawn telnet freeshell.org
# Not absolutely necessary, but good to keep the spawn_id for later
set telnet $spawn_id