wcs-olap/get_wcs.sh

5 lines
108 B
Bash
Executable File

#!/bin/sh -xue
test -d wcs || git clone https://git.entrouvert.org/entrouvert/wcs.git
(cd wcs && git pull)