It is annoying that the build.sh script trys to download some data every time it runs, even if the data have already been downloaded.
How about moving the wget and tar commands out of build.sh into one or two separate script?
Thanks.
Also, it may be better to add a -p param to all the mkdir commands.
It is annoying that the
build.sh
script trys to download some data every time it runs, even if the data have already been downloaded. How about moving thewget
andtar
commands out ofbuild.sh
into one or two separate script? Thanks.Also, it may be better to add a
-p
param to all themkdir
commands.