You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.The text was updated successfully, but these errors were encountered: