-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathclone_repos_supplementary_material.sh
More file actions
executable file
·18 lines (18 loc) · 1.38 KB
/
clone_repos_supplementary_material.sh
File metadata and controls
executable file
·18 lines (18 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pushd repos
git clone https://github.com/shapeIndexComunicaExperiment/analysis.git &
git clone https://github.com/shapeIndexComunicaExperiment/source-selection-oracle.git &
git clone https://github.com/shapeIndexComunicaExperiment/shape-minimal-description-experiment.git &
git clone https://github.com/shapeIndexComunicaExperiment/shape-inner-dataset-experiment.git &
git clone https://github.com/shapeIndexComunicaExperiment/shape-index-80-percent-entries.git &
git clone https://github.com/shapeIndexComunicaExperiment/shape-index-80-percent-dataset.git &
git clone https://github.com/shapeIndexComunicaExperiment/shape-index-50-percent-entries.git &
git clone https://github.com/shapeIndexComunicaExperiment/shape-index-50-percent-dataset.git &
git clone https://github.com/shapeIndexComunicaExperiment/shape-index-20-percent-entries.git &
git clone https://github.com/shapeIndexComunicaExperiment/shape-index-20-percent-dataset.git &
git clone https://github.com/shapeIndexComunicaExperiment/shape-index-0-percent-dataset.git &
git clone https://github.com/shapeIndexComunicaExperiment/standard-experiment.git &
git clone https://github.com/shapeIndexComunicaExperiment/documentation.git &
git clone https://github.com/shapeIndexComunicaExperiment/.github.git &
git clone https://github.com/shapeIndexComunicaExperiment/results.git &
wait
popd