Overpass-API icon indicating copy to clipboard operation
Overpass-API copied to clipboard

Better download mechanism with aria2c and code beautified

Open angoca opened this issue 1 year ago • 0 comments

I replaced wget for aria2c, which provides better control for parallel downloads, and to continue when the script got canceled.

Also, I ran shellcheck to improve the robustness of the script.

Finally, I added some bash flags to validate the correct execution.

angoca avatar Jul 24 '23 21:07 angoca