mirror of
https://github.com/mikedilger/chorus.git
synced 2026-01-03 06:15:33 +00:00
7 lines
132 B
Bash
Executable File
7 lines
132 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export RUST_LOG='info,chorus=debug'
|
|
|
|
cargo build --release && \
|
|
./target/release/chorus ./sample/sample.config.ron
|