do-updates.sh: local script suitable for crontab
authorDan White <dan@whiteaudio.com>
Sat, 28 Dec 2019 23:22:02 +0000 (17:22 -0600)
committerDan White <dan@whiteaudio.com>
Sat, 28 Dec 2019 23:22:02 +0000 (17:22 -0600)
do-updates.sh [new file with mode: 0755]

diff --git a/do-updates.sh b/do-updates.sh
new file mode 100755 (executable)
index 0000000..2ac4a02
--- /dev/null
@@ -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