From e81ccd304a5a6ea22876917b7dde2c9f7703b145 Mon Sep 17 00:00:00 2001 From: Jensfrank Date: Sat, 21 Sep 2024 23:49:45 +0800 Subject: [PATCH] Update Nlbench.sh --- Nlbench.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nlbench.sh b/Nlbench.sh index 2cebe6a..ce1ea3d 100644 --- a/Nlbench.sh +++ b/Nlbench.sh @@ -356,7 +356,7 @@ run_script() { # 融合怪 2) 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 <<< "y" | 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 -base -bansp -banup <<< "y" | tee "$temp_file" sed -i 's/\x1B\[[0-9;]*[JKmsu]//g' "$temp_file" sed -i 's/\.\.\.\.\.\./\.\.\.\.\.\.\n/g' "$temp_file" sed -i '1,/\.\.\.\.\.\./d' "$temp_file"