#!/bin/bash -e

COUNTRYURL='http://download.geonames.org/export/dump/countryInfo.txt'
curl $COUNTRYURL > /tmp/CountryInfo.txt
