# shellcheck shell=dash

___x_cmd_shodan_ddgo(){
    ___X_CMD_DDGO_QUERY_SITE="https://shodan.io" \
        ___x_cmd ddgo "$@"
}

___x_cmd_shodan_ddai(){
    ___X_CMD_DDGO_QUERY_SITE="https://shodan.io" \
        ___x_cmd ddgo --ai "$@"
}
