We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e581bd commit 3610e44Copy full SHA for 3610e44
mkmapdata/download_grids.sh
@@ -35,6 +35,7 @@ for file in "${files[@]}"; do
35
url="${SVNBASE}/${file}"
36
if [ ! -f "$localf" ]; then
37
echo "Downloading $file ..."
38
+ # wget -O "$localf" "$url"
39
svn export "$url" "$localf"
40
else
41
echo "File $file already exists — skipping download."
0 commit comments