diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-05 13:29:38 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-05 13:29:38 +0300 |
commit | 19364cae50676fa31e7b2d8fe875962be5b90708 (patch) | |
tree | 3cfe27e515d5cff919ae0831f620a4eb522cc601 /init.sh | |
parent | 534b5b072ef687a7b1c4886c6bb6d9c0f5288bdb (diff) | |
download | all-19364cae50676fa31e7b2d8fe875962be5b90708.tar.gz all-19364cae50676fa31e7b2d8fe875962be5b90708.tar.bz2 all-19364cae50676fa31e7b2d8fe875962be5b90708.tar.xz all-19364cae50676fa31e7b2d8fe875962be5b90708.zip |
add music repository.
It can be added if run: ./init.sh all
Diffstat (limited to 'init.sh')
-rwxr-xr-x | init.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,3 +5,7 @@ git clone git@gitorious.org:evol/hercules.git server-code git clone git@gitorious.org:evol/serverdata.git server-data git clone git@gitorious.org:evol/evol-tools.git tools git clone git@gitorious.org:evol/evol-hercules.git server-code/src/evol + +if [[ "$1" == "all" ]]; then + git clone git@gitorious.org:evol/evol-music.git music +fi |