neveko/scripts/build_all_and_run.sh
2023-04-30 11:55:41 -04:00

7 lines
217 B
Bash
Executable file

#!/bin/bash
cd nevmes-auth && cargo build
cd ../nevmes-contact && cargo build
cd ../nevmes-core && cargo build
cd ../nevmes-gui && cargo build
cd ../nevmes-message && cargo build
cd ../ && RUST_LOG=debug cargo run $1