Move run-examples.sh into the tools folder

This commit is contained in:
Aaron Fenyes 2025-08-07 18:06:26 -07:00
parent c0294123d8
commit 203e47397d

View file

@ -8,7 +8,7 @@
# the application prototype
# find the manifest file for the application prototype
MANIFEST="$(dirname -- $0)/Cargo.toml"
MANIFEST="$(dirname -- $0)/../app-proto/Cargo.toml"
# set up the command that runs each example
RUN_EXAMPLE="cargo run --manifest-path $MANIFEST --example"