gb/restart.sh

10 lines
146 B
Bash
Raw Normal View History

export RUST_LOG=info
pkill rustc -9
pkill botserver -9
pkill botui -9
cd botserver
cargo build
cargo run -- --noconsole &
cd ../botui
cargo run &