#!/bin/bash

THIS_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &> /dev/null && pwd)

echo "Calling gitsource from isolatedenv2"
"$THIS_DIR/bin/gitbin"
