Skip to content

Commit

Permalink
create run_examples script
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-cavalcanti committed Dec 4, 2024
1 parent ba7c7b5 commit 8506dd7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions run_examples.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/zsh
for example in examples/*.rs
do
cargo run --example "$(basename "${example%.rs}")" -- $args
done

0 comments on commit 8506dd7

Please sign in to comment.