passerelle/get_wcs.sh

5 lines
107 B
Bash
Executable File

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