#!/bin/bash [ -z "$UNATTENDED" ] && [ "$1" = "unattended" ] && UNATTENDED="yes" && export UNATTENDED cd $MOZ_HOME time hg clone http://hg.mozilla.org/comm-central/ $MOZ_COMM_CENTRAL_DIRNAME echo "comm-central checkout finished. Press any key to continue." read cd $MOZ_COMM_CENTRAL_DIRNAME time python client.py checkout