mirror of
https://github.com/everett7623/nodeloc_vps_test.git
synced 2025-01-14 17:25:18 +00:00
Update Nlbench_pro.sh
This commit is contained in:
parent
cb05e7a7e5
commit
35f5068309
@ -136,10 +136,9 @@ run_script() {
|
|||||||
# 融合怪
|
# 融合怪
|
||||||
2)
|
2)
|
||||||
echo -e "运行${YELLOW}融合怪...${NC}"
|
echo -e "运行${YELLOW}融合怪...${NC}"
|
||||||
curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh -m 1 | tee "$temp_file"
|
curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh -m 1 <<< "y" | tee "$temp_file"
|
||||||
sed -e 's/\x1B\[[0-9;]*[JKmsu]//g' -e '1,/--------------------- A Bench Script By spiritlhl ----------------------/d' "$temp_file"
|
sed -i 's/\x1B\[[0-9;]*[JKmsu]//g' "$temp_file"
|
||||||
sed -i '1,/--------------------- A Bench Script By spiritlhl ----------------------/d' "$temp_file"
|
sed -n '/^--------------------- A Bench Script By spiritlhl ----------------------/,$p' "$temp_file" > "${output_file}_fusion"
|
||||||
cp "$temp_file" "${output_file}_fusion"
|
|
||||||
;;
|
;;
|
||||||
# IP质量
|
# IP质量
|
||||||
3)
|
3)
|
||||||
|
Loading…
Reference in New Issue
Block a user