script compatible with raw jenkins instance
This commit is contained in:
parent
c5977908fc
commit
7661ce87b7
@ -8,7 +8,7 @@ set -xe -o pipefail
|
||||
keep=(stops.txt trips.txt stop_times.txt)
|
||||
|
||||
mkdir -p data && cd data
|
||||
parallel -j 8 -- wget --no-verbose --no-clobber <../ztm-data.txt
|
||||
xargs -- wget --no-verbose --no-clobber <../ztm-data.txt
|
||||
|
||||
for file in $(find . -name 'index*.zip'); do
|
||||
dir="${file##*=}"
|
||||
|
Loading…
Reference in New Issue
Block a user