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

Update linux reload script

parent 90d1bca2
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
pkill -f "python start_client.py"
pkill -f "python getstat.py"
rm -rf mtcmon-rev
git clone https://git.nju.edu.cn/zhuxh/mtcmon-rev.git
......
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