7 lines
72 B
Text
7 lines
72 B
Text
|
#! /bin/bash
|
||
|
git pull
|
||
|
cd osm2city
|
||
|
git pull
|
||
|
cd ../osm2city-data
|
||
|
git pull
|