solana/cargo-build-bpf

6 lines
155 B
Plaintext
Raw Normal View History

2020-10-20 17:50:20 -07:00
#!/usr/bin/env bash
here=$(dirname "$0")
set -x
2020-10-23 08:02:55 -07:00
exec $here/cargo run --manifest-path $here/sdk/cargo-build-bpf/Cargo.toml -- --bpf-sdk $here/sdk/bpf "$@"