]> Creatis software - creaToolsTools.git/blob - Linux-mxe/scripts/cloneGit.sh
#3154 creaToolsTools Feature New Normal - branch mxecc
[creaToolsTools.git] / Linux-mxe / scripts / cloneGit.sh
1 mkdir $creatoolsSource
2 cd $creatoolsSource
3 rm -rf crea bbtk
4 ssh-add 
5 git clone ssh://gitolite@git.creatis.insa-lyon.fr/crea
6 git clone ssh://gitolite@git.creatis.insa-lyon.fr/bbtk
7
8 cd crea
9 git checkout vtk7itk4wx3
10 cd ..
11
12 cd bbtk 
13 git checkout vtk7itk4wx3
14 cd ..
15
16 cd $baseDir/scripts
17