script compatible with raw jenkins instance

This commit is contained in:
Robert Bendun 2023-03-29 00:13:34 +02:00
parent c5977908fc
commit 7661ce87b7

View File

@ -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##*=}"