diff --git a/restart.sh b/restart.sh new file mode 100755 index 0000000..92e7ee1 --- /dev/null +++ b/restart.sh @@ -0,0 +1,9 @@ +pkill botserver -9 +pkill botui -9 +cd botserver +cargo run -- --noconsole & +cd ../botui +cargo run & + + +