Skip to content
Snippets Groups Projects
linux.sh 409 B
Newer Older
Xin-Hao Zhu's avatar
Xin-Hao Zhu committed
export http_proxy=http://proxy.zhuxh.cloud:5868
export https_proxy=http://proxy.zhuxh.cloud:5868
export all_proxy=http://proxy.zhuxh.cloud:5868

screen -S client -X quit

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
cd mtcmon-rev

nohup python start_client.py > start_client.log 2>&1 &

echo "start_client.py started"