configure

18 lines | 659 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/java-callgraph.git
git clone --depth=1 https://${passphrase}github.com/rmeloca/ApplicationTracer.git
git clone --depth=1 https://${passphrase}github.com/rmeloca/JSONSerialiser.git
git clone --depth=1 https://${passphrase}github.com/rmeloca/Trace.git
git clone --depth=1 https://${passphrase}github.com/rmeloca/RequestsSimulator.git
git clone --depth=1 https://${passphrase}github.com/rmeloca/Cache.git
git clone --depth=1 https://${passphrase}github.com/rmeloca/RemoteExecutor.git