From: Dan White Date: Sat, 28 Dec 2019 23:22:02 +0000 (-0600) Subject: do-updates.sh: local script suitable for crontab X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=ce4f6bb5ce19a10f251cda254e7a4f443e2749d9;p=scheduling-bazaar-data.git do-updates.sh: local script suitable for crontab --- diff --git a/do-updates.sh b/do-updates.sh new file mode 100755 index 0000000..2ac4a02 --- /dev/null +++ b/do-updates.sh @@ -0,0 +1,11 @@ +#/bin/bash + +# update SatNOGS observations archive + +cd ~/ed/scheduling-bazaar +cd data + +../python-files/get-db.sh +../python-files/get-observations.py + +exit