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