#! /bin/bash if [ -f "$1" ] then exec rust-gdb -c "$1" /usr/local/cargo/bin/graph-node else echo "usage: debug " exit 1 fi