passerelle/get_wcs.sh

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

5 lines
96 B
Bash
Raw Permalink Normal View History

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