#!/bin/bash

# FLOW_GIT_BINARY is set by `flow dev-tools runtests`
exec "$FLOW_GIT_BINARY" "$@"
