Created
August 18, 2020 01:49
-
-
Save JasonRBowling/93e95a2bb36996e5dc681c5aa81eb29e to your computer and use it in GitHub Desktop.
COVID100KLauncherScript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "Clearing old data..." | |
rm -rf covid-19-data/ | |
rm us-states.csv | |
echo "Getting new data..." | |
git clone https://github.com/nytimes/covid-19-data | |
echo "Done." | |
cp covid-19-data/us-states.csv . | |
echo "Starting..." | |
python3 heatmap-newcases.py | |
echo "Done." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment