Skip to content

Commit

Permalink
remove json 'tests'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jozef Reisinger committed Nov 16, 2021
1 parent 0113fc4 commit dc965ee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,3 @@ run: install
checkip 91.228.166.47
checkip 209.141.33.65
checkip 218.92.0.158
checkip -j 91.228.166.47 | jq -r '.[] | select(.IPaddrMalicious==true) | .Name' | sort
checkip -j 209.141.33.65 | jq -r '.[] | select(.IPaddrMalicious==true) | .Name' | sort
checkip -j 218.92.0.158 | jq -r '.[] | select(.IPaddrMalicious==true) | .Name' | sort

0 comments on commit dc965ee

Please sign in to comment.