diff --git a/botserver b/botserver index 51c8a53..26963f2 160000 --- a/botserver +++ b/botserver @@ -1 +1 @@ -Subproject commit 51c8a53a902ce70c89bae9c693ae2dddf2143238 +Subproject commit 26963f2cafb7a98dda6fb7fab863acbf77c0fe3a diff --git a/botui b/botui index db0f0c1..27e839f 160000 --- a/botui +++ b/botui @@ -1 +1 @@ -Subproject commit db0f0c1178ad8cc30a2dea4502fe7f55765a4561 +Subproject commit 27e839f22ade5277cf8f5ccccf678308658c3eb1 diff --git a/restart.sh b/restart.sh index 37c2cb9..e559e0c 100755 --- a/restart.sh +++ b/restart.sh @@ -1,8 +1,12 @@ +clear pkill rustc -9 pkill botserver -9 pkill botui -9 -cd botserver +cd botui +cargo build & +cd ../botserver cargo build cargo run -- --noconsole & cd ../botui cargo run & +cd ..