how_many_blocks_estimate.sh 270 B

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