Add restart script
This commit is contained in:
parent
9cd50e15d6
commit
6f8dcdd858
1 changed files with 9 additions and 0 deletions
9
restart.sh
Executable file
9
restart.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
||||||
|
pkill botserver -9
|
||||||
|
pkill botui -9
|
||||||
|
cd botserver
|
||||||
|
cargo run -- --noconsole &
|
||||||
|
cd ../botui
|
||||||
|
cargo run &
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Loading…
Add table
Reference in a new issue