This commit was manufactured by cvs2svn to create branch 'unlabeled-1.25.2'.
[nethome.git] / bin / worldisup
diff --git a/bin/worldisup b/bin/worldisup
deleted file mode 100755 (executable)
index 011f83c..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-t=/tmp/worldisup.$$
-
-(date
-  echo -e "\n$SSH_CLIENT\n"
-  h="`echo "$SSH_CLIENT"|awk '{print $1}'`"
-  host -a "$h"
-  ~/bin/ghortident $SSH_CLIENT
-  n="`host -a "$h" 2>&1|sed -n 's/^Name: \(.*\)/\1/p'`"
-  n="${n:-h}"
-  echo -e "\nssh -v $n -p 56122\ntelnet $n 56123"
-) 2>&1|todos >$t
-mv $t ~/WWW/home.txt