summaryrefslogtreecommitdiff
path: root/whois-dk
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2002-02-28 14:41:46 +0000
committerJonas Smedegaard <dr@jones.dk>2002-02-28 14:41:46 +0000
commit5cb0ebe812c4efad4669b065fc80594271cac4b9 (patch)
tree644299a617a703c509937296a740d79fc1c6059c /whois-dk
parent77ae5596763b93851ae4b29b32ea9d62e20c3dec (diff)
Move whois-dk to bin.
Diffstat (limited to 'whois-dk')
-rw-r--r--whois-dk8
1 files changed, 0 insertions, 8 deletions
diff --git a/whois-dk b/whois-dk
deleted file mode 100644
index 9e4728e..0000000
--- a/whois-dk
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-if [ $# \< 1 -o $# \> 1 ]; then
- echo "Usage: `basename $0` <domain>"
- exit 1
-fi
-
-wget -O - "http://dk./script/whois.php?lang=eng&query=$1" | w3m -T text/html -dump