]> Creatis software - creaToolsTools.git/blob - Linux/scripts/gitclone.sh
Modified the scripts to switch from CVS to Git.
[creaToolsTools.git] / Linux / scripts / gitclone.sh
1 #$1 creasource                   
2 #$2 generationdir 
3 #$3 gitUserName
4
5    
6 cd $2/creatools_source 
7 git clone ssh://gitolite@git.creatis.insa-lyon.fr/$1
8 cd ..
9