Skip to content

Commit c3b3a60

Browse files
authored
Merge pull request #93 from UTDNebula/map-location-runner
Map location runner
2 parents bb50c3b + a6bc4c0 commit c3b3a60

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

runners/monthly.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)