From ce4f6bb5ce19a10f251cda254e7a4f443e2749d9 Mon Sep 17 00:00:00 2001 From: Dan White Date: Sat, 28 Dec 2019 17:22:02 -0600 Subject: [PATCH] do-updates.sh: local script suitable for crontab --- do-updates.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 do-updates.sh 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 -- 2.25.1