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

add cd ~/bin

always write to this dir

SVN: 12817
parent eb9a4572
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
# Updates all scripts available in the current directory to the version found in 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 SVN=svncisd.ethz.ch/repos/cisd/openbis_all/trunk/source/bash
wget -vn -r -l1 -A.sh http://$SVN/ cd ~/bin
wget -nv -r -l1 -A.sh http://$SVN/
mv $SVN/* . mv $SVN/* .
chmod 700 *.sh chmod 700 *.sh
RM=`echo $SVN | cut -d / -f1` 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