Skip to content
Snippets Groups Projects
Commit ad8f9b4b authored by kohleman's avatar kohleman
Browse files

added the '-vn' flag for a less verbose output of wget

SVN: 12466
parent 3eb23cd7
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
# 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 -A.sh http://$SVN/
wget -vn -r -l1 -A.sh http://$SVN/
mv $SVN/* .
chmod 700 *.sh
RM=`echo $SVN | cut -d / -f1`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment