Skip to content

Commit

Permalink
simplify Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jreisinger committed Jul 26, 2022
1 parent ed30ae5 commit f10016d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,3 @@ install: test

run: install
checkip 91.228.166.47
checkip -j 91.228.166.47 | \
jq -r '.checks[] | select(.type==1 or .type==2) | "\(.malicious) \(.name)"'
./randip 2 | checkip -a -j 2> /dev/null | \
jq -r '"\(.malicious_prob) \(.ipaddr)"'

0 comments on commit f10016d

Please sign in to comment.