We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4327048 commit c36fa2aCopy full SHA for c36fa2a
runners/weekly.sh
@@ -0,0 +1,8 @@
1
+#!/bin/sh
2
+
3
+# for weekly tasks to run
4
5
+# scrape, parse, and upload academic calendars
6
+./api-tools -headless -verbose -scrape -academicCalendars
7
+./api-tools -headless -verbose -parse -academicCalendars
8
+./api-tools -headless -verbose -upload -academicCalendars
0 commit comments