combo/get_wcs.sh

5 lines
96 B
Bash
Raw Normal View History

2018-06-01 10:16:24 +02:00
#!/bin/sh -xue
test -d wcs || git clone http://git.entrouvert.org/wcs.git
(cd wcs && git pull)