#!/bin/bash

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