diff --git a/Nlbench.sh b/Nlbench.sh index a60713d..7512413 100644 --- a/Nlbench.sh +++ b/Nlbench.sh @@ -136,8 +136,10 @@ 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 | tee "$temp_file" - sed -e 's/\x1B\[[0-9;]*[JKmsu]//g' -e '1,/\.\.\.\.\.\./d' "$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 -i 's/\x1B\[[0-9;]*[JKmsu]//g' "$temp_file" + sed -i 's/\.\.\.\.\.\./\.\.\.\.\.\.\n/g' "$temp_file" + sed -i '1,/\.\.\.\.\.\./d' "$temp_file" sed -i '1,/\.\.\.\.\.\./d' "$temp_file" cp "$temp_file" "${output_file}_fusion" ;;