wcs-olap/get_wcs.sh

5 lines
97 B
Bash
Raw Normal View History

2019-01-17 17:46:55 +01:00
#!/bin/sh -xue
test -d wcs || git clone https://git.entrouvert.org/wcs.git
2019-01-17 17:46:55 +01:00
(cd wcs && git pull)