don't clone if it exists

このコミットが含まれているのは:
AJ ONeal 2018-05-31 23:33:54 -06:00
コミット a477ca1856
1個のファイルの変更3行の追加1行の削除

ファイルの表示

@ -27,7 +27,9 @@ mkdir -p ~/git.ppl.family/ppl
pushd ~/git.ppl.family/ppl/
# ~/git.ppl.family/ppl/
git clone https://git.ppl.family/ppl/ppl.ios.git
if [ ! -e ppl.ios ]; then
git clone https://git.ppl.family/ppl/ppl.ios.git
fi
pushd ./ppl.ios/