mirror of
https://github.com/mikedilger/chorus.git
synced 2026-01-03 06:15:33 +00:00
7 lines
98 B
Bash
Executable File
7 lines
98 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pushd ..
|
|
cargo build --release || exit 1
|
|
popd
|
|
../target/release/chorus ./config.toml
|