mirror of
https://github.com/oDinZu/natural-earth-vector.git
synced 2025-02-22 00:04:57 -05:00
11 lines
299 B
Bash
Executable File
11 lines
299 B
Bash
Executable File
#!/bin/bash
|
|
set -Eeuo pipefail
|
|
|
|
python3 ./tools/wikidata/platform_debug_info.py
|
|
time ./tools/wikidata/update.sh fetch
|
|
time ./tools/wikidata/update.sh write
|
|
cat x_tempshape/update.md
|
|
cp -r x_tempshape/10m_cultural/* 10m_cultural/
|
|
cp -r x_tempshape/10m_physical/* 10m_physical/
|
|
make clean all
|