wcs-olap/get_wcs.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
108 B
Bash
Raw Permalink Normal View History

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