11 lines
299 B
Bash
Raw Normal View History

2018-05-19 21:18:04 +02:00
#!/bin/bash
set -Eeuo pipefail
2018-05-19 20:36:55 +02:00
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/
2018-05-19 21:18:04 +02:00
make clean all