6 lines
137 B
Plaintext
6 lines
137 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
here="$(dirname "$0")"
|
||
|
set -x
|
||
|
exec cargo run --manifest-path="$here"/Cargo.toml --bin solana-test-validator -- "$@"
|