forked from arian/mootools-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
developers.sh
executable file
·73 lines (59 loc) · 2.08 KB
/
developers.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
#!/usr/bin/env bash
git remote add mootools https://github.com/mootools/mootools-core.git
git fetch mootools
# Valerio Proietti
# @kamicane, http://mad4milk.net
git remote add kamicane https://github.com/kamicane/mootools-core.git
git fetch kamicane
# Tim Wienk
# @timwienk, http://tim.wienk.name
git remote add timwienk https://github.com/timwienk/mootools-core.git
git fetch timwienk
# Arian Stolwijk
# @astolwijk, http://aryweb.nl
git remote add arian https://github.com/arian/mootools-core.git
git fetch arian
# Darren Waddell
# @fakedarren, http://blog.fakedarren.com
git remote add fakedarren https://github.com/fakedarren/mootools-core.git
git fetch fakedarren
# Sebastian Markbåge
# @sebmarkbage, http://calyptus.eu
git remote add calyptus https://github.com/calyptus/mootools-core.git
git fetch calyptus
# Christoph Pojer
# @cpojer, http://cpojer.net/
git remote add cpojer https://github.com/cpojer/mootools-core.git
git fetch cpojer
# Aaron Newton
# @anutron, http://clientcide.com
git remote add anutron https://github.com/anutron/mootools-core.git
git fetch anutron
# Djamil Legato
# @w00fz, http://djamil.it
git remote add w00fz https://github.com/w00fz/mootools-core.git
git fetch w00fz
# Fábio Miranda Costa
# @fabiomiranda, http://meiocodigo.com
git remote add fabiomcosta https://github.com/fabiomcosta/mootools-core.git
git fetch fabiomcosta
# Thomas Aylott
# @SubtleGradient, http://subtlegradient.com
git remote add subtleGradient https://github.com/subtleGradient/mootools-core.git
git fetch subtleGradient
# Jan Kassens
# @kassens, http://mootools.kassens.net/
git remote add kassens https://github.com/kassens/mootools-core.git
git fetch kassens
# Olmo Maldonado
# @ibolmo, http://ibolmo.com/
git remote add ibolmo https://github.com/ibolmo/mootools-core.git
git fetch ibolmo
# David Walsh
# @davidwalshblog, http://davidwalsh.name
git remote add darkwing https://github.com/darkwing/mootools-core.git
git fetch darkwing
# Scott Kyle
# @appden, http://appden.com
git remote add appden https://github.com/appden/mootools-core.git
git fetch appden