
# Not tested
___x_cmd_shodan_bulk(){
    [ $# -gt 0 ]    ||  set - ls

    local op="$1";  shift
    case "$op" in
        -h|--help)      x help -m shodan bulk ;;
        ls|info)        ___x_cmd_shodan_bulk_"$op" "$@" ;;
    esac
}
