-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclone-all.sh
26 lines (23 loc) · 941 Bytes
/
clone-all.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/bin/bash
# Clone all HPDE repositories on GitHub.
# Folders with the name "Deprecated", "Quarantined" or "testing" are skipped.
# Author: Todd King - 2022-03-14
git clone [email protected]:hpde/ASWS.git
git clone [email protected]:hpde/CCMC.git
git clone [email protected]:hpde/CNES.git
git clone [email protected]:hpde/CSSDP.git
git clone [email protected]:hpde/Deprecated.git
git clone [email protected]:hpde/DLR.git
git clone [email protected]:hpde/ESA.git
git clone [email protected]:hpde/FMI.git
git clone [email protected]:hpde/GBO.git
git clone [email protected]:hpde/INAF.git
git clone [email protected]:hpde/INSU.git
git clone [email protected]:hpde/ISWI.git
git clone [email protected]:hpde/JAXA.git
git clone [email protected]:hpde/KASI.git
git clone [email protected]:hpde/NASA.git
git clone [email protected]:hpde/NOAA.git
git clone [email protected]:hpde/NSF.git
git clone [email protected]:hpde/Quarantined.git
git clone [email protected]:hpde/SMWG.git