commit 95079a0fb66329994e3464ea4772737483503e20 parent 744ee1aa0ad00eae9a6828f1e796972510560dce Author: Nihal Jere <nihal@nihaljere.xyz> Date: Sat, 3 Jun 2023 15:21:04 -0500 fetch Diffstat:
A | fetch.sh | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/fetch.sh b/fetch.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +curl -LO https://download.geonames.org/export/dump/allCountries.zip + +unzip allCountries.zip