You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
imio-teleservices-templatetags/get_wcs.sh

6 lines
144 B
Bash

#!/bin/sh -xue
test -d wcs || git clone https://git.entrouvert.org/wcs.git
(cd wcs && git pull)
(cd wcs && python3 setup.py develop --no-deps)