Newer
Older
# Updates all scripts available in the current directory to the version found in SVN.
SVN=svncisd.ethz.ch/repos/cisd/openbis_all/trunk/source/bash
wget -r -l1 -P$TMP -A.sh http://$SVN/
mv $TMP/$SVN/* .
# Updates all scripts available in the current directory to the version found in SVN.
SVN=svncisd.ethz.ch/repos/cisd/openbis_all/trunk/source/bash
wget -r -l1 -P$TMP -A.sh http://$SVN/
mv $TMP/$SVN/* .