mirror of
https://github.com/dataforcanada/d4c-datapkg-statistical.git
synced 2026-06-14 22:50:57 +02:00
Initial commit
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
if [ ! -d "${DATA_FOLDER}/geosuite" ]
|
||||
then
|
||||
echo "Making directory ${DATA_FOLDER}/geosuite/"
|
||||
mkdir -p ${DATA_FOLDER}/geosuite/{input,extracted,output}
|
||||
fi
|
||||
|
||||
INPUT_FOLDER="${DATA_FOLDER}/geosuite/input"
|
||||
|
||||
echo "Downloading geosuite files"
|
||||
aria2c -x16 -i "${SCRIPT_DIR}/geosuite/files.txt" --dir=${INPUT_FOLDER} --auto-file-renaming=false
|
||||
Reference in New Issue
Block a user