Archived
1
0
Fork 0
This repository has been archived on 2024-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
covidmap/update.sh
2020-03-22 22:39:12 +01:00

9 lines
195 B
Bash
Executable file

#!/bin/bash
set -e
set -x
wget https://info.gesundheitsministerium.at/data/SimpleData.js
wget https://info.gesundheitsministerium.at/data/Bezirke.js
python3 main.py
rm SimpleData.js Bezirke.js