From: short <> Date: Sat, 14 May 2005 08:43:18 +0000 (+0000) Subject: Obsolete. X-Git-Url: http://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=d708dc953821a791d5bdf5cfba1444ba9ec7489f Obsolete. --- 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