summaryrefslogtreecommitdiff
path: root/whois-dk
diff options
context:
space:
mode:
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