remove empty diff files
This commit is contained in:
parent
872c88b268
commit
14bcd6e4b4
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ done
|
|||
|
||||
<diffs xargs -I{} -P8 curl "http://brouter.de/brouter/segments4/diff/{}" --remote-time --output "$out_dir/{}" --silent
|
||||
|
||||
find $out_dir -type f -size 0 -delete
|
||||
|
||||
rm diffs
|
||||
|
||||
echo "All segments diff downloaded in ${SECONDS}s"
|
||||
|
|
Loading…
Reference in a new issue