aboutsummaryrefslogtreecommitdiffstats
path: root/reaktor/commands/taken
diff options
context:
space:
mode:
Diffstat (limited to 'reaktor/commands/taken')
-rwxr-xr-xreaktor/commands/taken4
1 files changed, 2 insertions, 2 deletions
diff --git a/reaktor/commands/taken b/reaktor/commands/taken
index b8beba6..e48fe5e 100755
--- a/reaktor/commands/taken
+++ b/reaktor/commands/taken
@@ -1,13 +1,13 @@
#!/bin/sh
#!/bin/bash
-
+
# domainavailable
# Fast, domain name checker to use from the shell
# Use globs for real fun:
# domainavailable blah{1..3}.{com,net,org,co.uk}
# Inspired by foca / giles:
# http://gilesbowkett.blogspot.com/2009/02/simple-bash-domain-availability.html
-
+
for d in $@;
do
if host "$d" | grep "NXDOMAIN" >&/dev/null; then