#!/bin/bash
# Quick run script - just starts the node
cd "$(dirname "$0")"
./scripts/setup-and-run.sh "$@"
