Add restart script

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-12-25 11:03:29 -03:00
parent 9cd50e15d6
commit 6f8dcdd858

9
restart.sh Executable file
View file

@ -0,0 +1,9 @@
pkill botserver -9
pkill botui -9
cd botserver
cargo run -- --noconsole &
cd ../botui
cargo run &