Skip to content

Commit

Permalink
Merge branch 'master' of github.com:txthinking/google-hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
txthinking committed Apr 1, 2015
2 parents 592675c + 6ae4b55 commit 56860c0
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
Binary file added scripts/d2ip_arm
Binary file not shown.
Binary file added scripts/d2ip_i386
Binary file not shown.
File renamed without changes.
6 changes: 3 additions & 3 deletions scripts/find.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ then
mkdir output
fi

first=$(./iprange_64 $1 | awk '{print $1}')
last=$(./iprange_64 $1 | awk '{print $2}')
first=$(./iprange_$(uname -m) $1 | awk '{print $1}')
last=$(./iprange_$(uname -m) $1 | awk '{print $2}')
output=output/$first-$last
> $output

Expand All @@ -41,7 +41,7 @@ do
{
read -u9
{
ip=$(./d2ip_64 $i)
ip=$(./d2ip_$(uname -m) $i)
out=$(./getssl.sh $ip)
echo -e "$out"
echo -e "$out" >> $output
Expand Down
Binary file added scripts/iprange_arm
Binary file not shown.
Binary file added scripts/iprange_i386
Binary file not shown.
File renamed without changes.

0 comments on commit 56860c0

Please sign in to comment.