blob: 1c9d28c4e5a24d2de48d235ddfc774f8c5c9c3c0 [file] [log] [blame]
#!/bin/bash
if [[ -z "${VEYRON_ROOT}" ]]; then
echo "No VEYRON_ROOT found!"
echo "Please set VEYRON_ROOT to the location of the veyron project root and re-run."
exit 1
fi
source "${VEYRON_ROOT}/environment/scripts/setup/repo/init.sh"