diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-07-20 15:05:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-07-20 15:05:18 +0300 |
commit | c1f17ed597fba88b277ba623980741cc3fab61f8 (patch) | |
tree | 2313474b4c70d2f6e1adb85eef9ce4e84fb1123e /Xcode/get.sh | |
parent | 1ab178f6a10759b53f5e1f58a82efda5c5a3ad48 (diff) | |
download | plus-c1f17ed597fba88b277ba623980741cc3fab61f8.tar.gz plus-c1f17ed597fba88b277ba623980741cc3fab61f8.tar.bz2 plus-c1f17ed597fba88b277ba623980741cc3fab61f8.tar.xz plus-c1f17ed597fba88b277ba623980741cc3fab61f8.zip |
Move all Xcode files into separate repository.
See https://gitlab.com/manaplus/manaplus-xcode
Diffstat (limited to 'Xcode/get.sh')
-rwxr-xr-x | Xcode/get.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Xcode/get.sh b/Xcode/get.sh new file mode 100755 index 000000000..583b72c03 --- /dev/null +++ b/Xcode/get.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +# if have account in gitlab.com +git clone git@gitlab.com:manaplus/manaplus-xcode.git . |