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.
2 parents bb50c3b + a6bc4c0 commit c3b3a60Copy full SHA for c3b3a60
runners/monthly.sh
@@ -0,0 +1,8 @@
1
+#!/bin/sh
2
+
3
+# for monthly tasks to run
4
5
+# scrape, parse, and upload map locations
6
+./api-tools -headless -verbose -scrape -mapFlag
7
+./api-tools -headless -verbose -parse -mapFlag
8
+./api-tools -headless -verbose -upload -mapFlag
0 commit comments