-
Notifications
You must be signed in to change notification settings - Fork 0
/
repos_get.sh
77 lines (65 loc) · 2.51 KB
/
repos_get.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
#!/bin/bash
# Copyright (c) 2012 Benjamin Beurdouche. All rights reserved.
#
echo "##########################################"
echo "... GIT MIRROR : brackets ..."
echo "##########################################"
cd ~/Work
git clone git@github.com:beurdouche/brackets.git
git remote add adobe https://github.com/adobe/brackets.git
echo "##########################################"
echo "... GIT MIRROR : brackets-app ..."
echo "##########################################"
cd ~/Work
git clone git@github.com:beurdouche/brackets-app.git
git remote add adobe https://github.com/adobe/brackets-app.git
echo "##########################################"
echo "... GIT MIRROR : hello-world ..."
echo "##########################################"
cd ~/Work
git clone git@github.com:beurdouche/hello-world.git
git remote add leachim6 https://github.com/leachim6/hello-world.git
echo "##########################################"
echo "... GIT MIRROR : aliroot ..."
echo "##########################################"
cd ~/Work
git clone git@github.com:beurdouche/aliroot.git
echo "##########################################"
echo "... GIT MIRROR : root ..."
echo "##########################################"
cd ~/Work
git clone git@github.com:beurdouche/root.git
echo "##########################################"
echo "... GIT MIRROR : libmodbus ..."
echo "##########################################"
cd ~/Work
git clone git@github.com:beurdouche/libmodbus.git
echo "##########################################"
echo "... GIT MIRROR : tools ..."
echo "##########################################"
echo "... GIT MIRROR : ant-build-script ..."
echo "... GIT MIRROR : html5-boilerplate ..."
echo "... GIT MIRROR : truecrack ..."
echo "... GIT MIRROR : pyrit ..."
echo "... GIT MIRROR : zxing ..."
echo "... GIT MIRROR : keyczar ..."
echo "... GIT MIRROR : patator ..."
echo "... GIT MIRROR : plowshare ..."
echo "... GIT MIRROR : homebrew ..."
cd ~/Work
git clone git@github.com:beurdouche/tools.git
echo "##########################################"
echo "... GIT MIRROR : clibrary ..."
echo "##########################################"
cd ~/Work
git clone git@github.com:beurdouche/clibrary.git
echo "##########################################"
echo "... GIT MIRROR : config ..."
echo "##########################################"
cd ~/Work
git clone git@github.com:beurdouche/config.git
echo "##########################################"
echo "... GIT MIRROR : linux ..."
echo "##########################################"
cd ~/Work
git clone git@github.com:beurdouche/linux.git