From 024f12fb461c52c9241ca9471ec03e8e8bda14ed Mon Sep 17 00:00:00 2001 From: Jensfrank Date: Sun, 21 Jul 2024 10:58:48 +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 158ac56..d34c59c 100644 --- a/Nlbench.sh +++ b/Nlbench.sh @@ -298,7 +298,7 @@ run_script() { # YABS 1) echo -e "运行${YELLOW}YABS...${NC}" - curl -sL yabs.sh | bash -s -- -i -5 | tee "$temp_file" + curl -sL yabs.sh | bash -s -- -i -5 -6 | tee "$temp_file" sed -i 's/\x1B\[[0-9;]*[JKmsu]//g' "$temp_file" sed -i 's/\.\.\./\.\.\.\n/g' "$temp_file" sed -i '/\.\.\./d' "$temp_file"