configure
Home
/
approaches /
configure
#!/bin/bash
passphrase=""
if [[ ! -z $1 ]]; then
passphrase=$1@
if [[ ! -z $2 ]]; then
passphrase=$1:$2@
fi
fi
git clone --depth=1 https://${passphrase}github.com/rmeloca/APLCache.git
git clone --depth=1 https://${passphrase}github.com/rmeloca/MemoizeIt.git
git clone --depth=1 https://${passphrase}github.com/rmeloca/TFCache.git
git clone --depth=1 https://${passphrase}github.com/rmeloca/APLCacheTF.git
git clone --depth=1 https://${passphrase}github.com/rmeloca/MemoizeItTF.git