Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save JasonRBowling/93e95a2bb36996e5dc681c5aa81eb29e to your computer and use it in GitHub Desktop.
Save JasonRBowling/93e95a2bb36996e5dc681c5aa81eb29e to your computer and use it in GitHub Desktop.
COVID100KLauncherScript
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