set -e -x

cd cf-cli

BIN_DIR=${BOSH_INSTALL_TARGET}/bin
mkdir -p ${BIN_DIR}

tar xzf cf-linux-amd64.tgz -C ${BIN_DIR}
