how_many_blocks_estimate.sh 302 B

1234567
  1. #!/bin/bash
  2. # GPLv3 or later see COPYING.GPL
  3. # hit ryona agency and report results
  4. # we don't *really* need to parse the whole thing we just want one value, the rejects
  5. torify curl --silent "https://fba.ryona.agency/?domain=$1" | grep "<h2>reject " | awk -F'(' '{print $2}' | awk -F')' '{print $1}'