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