diff --git a/clone-witcom.sh b/clone-witcom.sh index bb51c01..1f32519 100755 --- a/clone-witcom.sh +++ b/clone-witcom.sh @@ -85,12 +85,16 @@ gitclone 'git@github.com:witstartup/org-docs.git' 'corp/org-docs' witgitclone 'git/cloud/witcoredns' 'cloud/witcoredns' witgitclone 'git/junk/jcarrbox' 'cloud/jcarrbox' +gitclone 'git@github.com:witstartup/debcore.git' 'cloud/debcore' gitclone 'git@github.com:witstartup/AndroidApp.git' 'phone/AndroidApp' gitclone 'git@github.com:witstartup/webrtc-example.git' 'phone/webrtc-example' gitclone 'git@github.com:witstartup/group-chat.git' 'phone/group-chat' +gitclone 'git@github.com:witstartup/http-https-tunnel.git' 'phone/http-https-tunnel' +gitclone 'git@github.com:witstartup/webproxy.git' 'phone/webproxy' gitclone 'git@github.com:witstartup/VirtexEval.git' 'crypto/VirtexEval' +gitclone 'git@github.com:witstartup/liveblock.git' 'crypto/bitcoin-liveblock' witgitclone 'git/crypto/realtime-crypto-data' 'crypto/realtime-crypto-data' witgitclone 'git/crypto/mining-binaries' 'crypto/mining-binaries' @@ -100,4 +104,6 @@ gitclone 'https://github.com/vthoang/cgminer.git' 'crypto/mining-cod gitclone 'https://github.com/ckolivas/cgminer.git' 'crypto/mining-code/cgminer-ckolivas' gitclone 'https://github.com/zcash/zcash.git' 'crypto/mining-code/zcash' +gitclone 'git@github.com:witstartup/www.wit.com.git' 'website/www.wit.com' + exit 0