#!/bin/bash

# FLOW_NODE_BINARY is set by runtests.sh
exec "$FLOW_NODE_BINARY" "$@"
