Skip to content
Snippets Groups Projects
Commit 90d1bca2 authored by Xin-Hao Zhu's avatar Xin-Hao Zhu
Browse files

Update linux reload script

parent ea98b546
No related branches found
No related tags found
No related merge requests found
screen -S client -X quit
pgrep -f "python getstat.py" | xargs kill -9
pgrep -f "python start_client.py" | xargs kill -9
rm -rf mtcmon-rev
git clone https://git.nju.edu.cn/zhuxh/mtcmon-rev.git
cd mtcmon-rev
nohup python start_client.py > start_client.log 2>&1 &
echo "start_client.py started"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment