configure
Home
/
applications /
memoizeit /
configure
#!/bin/bash
passphrase=""
if [[ ! -z $1 ]]; then
passphrase=$1@
if [[ ! -z $2 ]]; then
passphrase=$1:$2@
fi
fi
cd memoizeit
git clone --depth=1 https://${passphrase}github.com/rmeloca/azkaban-memoizeittophalf.git azkaban
git clone --depth=1 https://${passphrase}github.com/rmeloca/cloudstore-memoizeittophalf.git cloudstore
git clone --depth=1 https://${passphrase}github.com/rmeloca/keycloak-memoizeittophalf.git keycloak
git clone --depth=1 https://${passphrase}github.com/rmeloca/killbill-memoizeittophalf.git killbill
git clone --depth=1 https://${passphrase}github.com/rmeloca/petclinic-memoizeittophalf.git petclinic
git clone --depth=1 https://${passphrase}github.com/rmeloca/shopizer-memoizeittophalf.git shopizer
git clone --depth=1 https://${passphrase}github.com/rmeloca/thingsboard-memoizeittophalf.git thingsboard
cd ..
cd memoizeittf
git clone --depth=1 https://${passphrase}github.com/rmeloca/azkaban-memoizeittf.git azkaban
git clone --depth=1 https://${passphrase}github.com/rmeloca/cloudstore-memoizeittf.git cloudstore
git clone --depth=1 https://${passphrase}github.com/rmeloca/keycloak-memoizeittf.git keycloak
git clone --depth=1 https://${passphrase}github.com/rmeloca/killbill-memoizeittf.git killbill
git clone --depth=1 https://${passphrase}github.com/rmeloca/petclinic-memoizeittf.git petclinic
git clone --depth=1 https://${passphrase}github.com/rmeloca/shopizer-memoizeittf.git shopizer
git clone --depth=1 https://${passphrase}github.com/rmeloca/thingsboard-memoizeittf.git thingsboard
cd ..