gb/restart.sh

8 lines
125 B
Bash
Executable file

pkill rustc -9
pkill botserver -9
pkill botui -9
cd botserver
cargo build
cargo run -- --noconsole &
cd ../botui
cargo run &