parent
6b685dcaa3
commit
5686ad7bd3
@ -0,0 +1,11 @@ |
||||
#!/bin/bash |
||||
|
||||
set -e |
||||
|
||||
cargo build |
||||
|
||||
for file in examples/* |
||||
do |
||||
echo "--- $file ---" |
||||
target/debug/launcher -P "$file" |
||||
done |
Loading…
Reference in new issue