combo/get_wcs.sh

7 lines
130 B
Bash
Executable File

#!/bin/sh -xue
cd $TOX_WORK_DIR
test -d wcs || git clone http://git.entrouvert.org/wcs.git
(cd wcs && git pull)
rm -rf wcs/tests