Move run-examples.sh
into the tools folder
This commit is contained in:
parent
c0294123d8
commit
203e47397d
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
# the application prototype
|
# the application prototype
|
||||||
|
|
||||||
# find the manifest file for 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
|
# set up the command that runs each example
|
||||||
RUN_EXAMPLE="cargo run --manifest-path $MANIFEST --example"
|
RUN_EXAMPLE="cargo run --manifest-path $MANIFEST --example"
|
Loading…
Add table
Add a link
Reference in a new issue