Skip to content

Instantly share code, notes, and snippets.

@seabbs
Created September 9, 2020 20:59
Show Gist options
  • Select an option

  • Save seabbs/4bfe1b3a502714b67b0eb90ee8893ef5 to your computer and use it in GitHub Desktop.

Select an option

Save seabbs/4bfe1b3a502714b67b0eb90ee8893ef5 to your computer and use it in GitHub Desktop.
#!bin/bash
cd /home/azureuser/covid-rt-estimates
git add --all
git commit -m "update estimates"
git push
@seabbs
Copy link
Copy Markdown
Author

seabbs commented Sep 9, 2020

Updates partial estimates as they complete every 3 hours.

0 */3 * * * /bin/bash /home/azureuser/update-estimate-git.sh >/dev/null 2>&1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment