From 14cc2b907aec8cfc9bdb2662c4408eabc1d5de6f Mon Sep 17 00:00:00 2001 From: EUcancER Date: Mon, 23 Apr 2012 11:51:58 +0200 Subject: dnsmap prepare for submodule --- repos/dnsmap/dnsmap-bulk.sh | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100755 repos/dnsmap/dnsmap-bulk.sh (limited to 'repos/dnsmap/dnsmap-bulk.sh') diff --git a/repos/dnsmap/dnsmap-bulk.sh b/repos/dnsmap/dnsmap-bulk.sh deleted file mode 100755 index 574aba2..0000000 --- a/repos/dnsmap/dnsmap-bulk.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/bash -if [[ $# -ne 1 && $# -ne 2 ]] -then - echo "usage: `basename $0` [results-path]"; - echo "e.g.:"; - echo "`basename $0` domains.txt"; - echo "`basename $0` domains.txt /tmp/"; - exit -fi -for i in `cat $1` -do - if [[ $# -eq 1 ]] - then - dnsmap $i - elif [[ $# -eq 2 ]] - then - dnsmap $i -r $2 - fi -done -- cgit v1.2.3