Newer
Older
# this small script updates all scripts available in this directory from svn
SVN=http://svncisd.ethz.ch/repos/cisd/openbis_all/trunk/source/bash
TMP=svn-update-tmp
mkdir $TMP
echo Updating the scripts from $SVN
if [ "$f" != "$0" ]; then
echo Synchronizing $f...
mv $f $TMP
wget $SVN/$f
fi
done
chmod 700 *.sh