diff options
author | lassulus <lassulus@lassul.us> | 2018-06-28 19:05:27 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2018-06-28 19:05:27 +0200 |
commit | 284e77bfe5d4a68f021a311041cc4576b7be912a (patch) | |
tree | 6bd0761e82f664d27128a299ca48f5c3f14088c7 /reaktor/commands/taken | |
parent | 139a1116c35f57888853ebb3ff585e28921780ff (diff) |
Make Flake (somewhat) happy
Diffstat (limited to 'reaktor/commands/taken')
-rwxr-xr-x | reaktor/commands/taken | 4 |
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 |