From 765991626afea78763928be8cee631561832b161 Mon Sep 17 00:00:00 2001 From: IrvingGao <1729854488@qq.com> Date: Mon, 27 May 2024 23:26:06 +0800 Subject: [PATCH] bash --- start_hotpots.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/start_hotpots.sh b/start_hotpots.sh index 45459fc..9337af4 100644 --- a/start_hotpots.sh +++ b/start_hotpots.sh @@ -1,3 +1,4 @@ +# run this script to start the hotpot server python3 wifi_manager.py -cd ~/TakwayBoard -python3 ws_client.py \ No newline at end of file +# cd to the TakwayBoard directory and start the client +cd ~/TakwayBoard && python3 ws_client.py \ No newline at end of file