configure

12 lines | 264 B Blame History Raw Download
#!/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