configure

12 lines | 293 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 http://${passphrase}prosoft.inf.ufrgs.br/git/aplcache.git APLCache
git clone --depth=1 http://${passphrase}prosoft.inf.ufrgs.br/git/memoizeit.git MemoizeIt