6 lines
72 B
Bash
Executable file
6 lines
72 B
Bash
Executable file
#! /bin/bash
|
|
git pull
|
|
cd osm2city
|
|
git pull
|
|
cd ../osm2city-data
|
|
git pull
|