.dev/scripts/geoip-db-import/geoip_do_all.sh

Summary

Maintainability
Test Coverage
#!/bin/bash

./geoip_download_data.sh;
./geoip_import_data.sh;