#!/usr/bin/env bash here=$(dirname "$0") set -x exec cargo run --manifest-path $here/sdk/cargo-build-bpf/Cargo.toml -- --bpf-sdk $here/sdk/bpf "$@"