Hello 1.6.1-dev.
[mootools.git] / developers.sh
blob393f96a5e9843cb59f561a6fcf36cc0f404b56fc
1 #!/usr/bin/env bash
2 git remote add mootools https://github.com/mootools/mootools-core.git
3 git fetch mootools
5 # Valerio Proietti
6 # @kamicane, http://mad4milk.net
7 git remote add kamicane https://github.com/kamicane/mootools-core.git
8 git fetch kamicane
10 # Tim Wienk
11 # @timwienk, http://tim.wienk.name
12 git remote add timwienk https://github.com/timwienk/mootools-core.git
13 git fetch timwienk
15 # Arian Stolwijk
16 # @astolwijk, http://aryweb.nl
17 git remote add arian https://github.com/arian/mootools-core.git
18 git fetch arian
20 # Darren Waddell
21 # @fakedarren, http://blog.fakedarren.com
22 git remote add fakedarren https://github.com/fakedarren/mootools-core.git
23 git fetch fakedarren
25 # Sebastian Markbåge
26 # @sebmarkbage, http://calyptus.eu
27 git remote add calyptus https://github.com/calyptus/mootools-core.git
28 git fetch calyptus
30 # Christoph Pojer
31 # @cpojer, http://cpojer.net/
32 git remote add cpojer https://github.com/cpojer/mootools-core.git
33 git fetch cpojer
35 # Aaron Newton
36 # @anutron, http://clientcide.com
37 git remote add anutron https://github.com/anutron/mootools-core.git
38 git fetch anutron
40 # Djamil Legato
41 # @w00fz, http://djamil.it
42 git remote add w00fz https://github.com/w00fz/mootools-core.git
43 git fetch w00fz
45 # Fábio Miranda Costa
46 # @fabiomiranda, http://meiocodigo.com
47 git remote add fabiomcosta https://github.com/fabiomcosta/mootools-core.git
48 git fetch fabiomcosta
50 # Thomas Aylott
51 # @SubtleGradient, http://subtlegradient.com
52 git remote add subtleGradient https://github.com/subtleGradient/mootools-core.git
53 git fetch subtleGradient
55 # Jan Kassens
56 # @kassens, http://mootools.kassens.net/
57 git remote add kassens https://github.com/kassens/mootools-core.git
58 git fetch kassens
60 # Olmo Maldonado
61 # @ibolmo, http://ibolmo.com/
62 git remote add ibolmo https://github.com/ibolmo/mootools-core.git
63 git fetch ibolmo
65 # David Walsh
66 # @davidwalshblog, http://davidwalsh.name
67 git remote add darkwing https://github.com/darkwing/mootools-core.git
68 git fetch darkwing
70 # Scott Kyle
71 # @appden, http://appden.com
72 git remote add appden https://github.com/appden/mootools-core.git
73 git fetch appden