From d708dc953821a791d5bdf5cfba1444ba9ec7489f Mon Sep 17 00:00:00 2001 From: short <> Date: Sat, 14 May 2005 08:43:18 +0000 Subject: [PATCH] Obsolete. --- bin/worldisup | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 bin/worldisup diff --git a/bin/worldisup b/bin/worldisup deleted file mode 100755 index 011f83c..0000000 --- a/bin/worldisup +++ /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 -- 1.8.3.1