mirror of
https://forge.chapril.org/tykayn/wololo
synced 2025-06-20 01:34:42 +02:00
7 lines
193 B
Bash
7 lines
193 B
Bash
#!/bin/bash
|
|
# run this to update the data, convert it, and get the latest data from OSM at once.
|
|
source functions.sh
|
|
bash get_datasets.sh
|
|
bash run_all_extractors.sh
|
|
bash run_all_converters.sh
|
|
|