Obsolete.
authorshort <>
Sat, 14 May 2005 08:43:18 +0000 (08:43 +0000)
committershort <>
Sat, 14 May 2005 08:43:18 +0000 (08:43 +0000)
bin/worldisup [deleted file]

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