From 70b41330f5787dc58d4498a43431c9af36ddd1a2 Mon Sep 17 00:00:00 2001 From: Jensfrank Date: Fri, 12 Jul 2024 08:18:29 +0800 Subject: [PATCH] Update Nlbench.sh --- Nlbench.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Nlbench.sh b/Nlbench.sh index 71ec384..750421c 100644 --- a/Nlbench.sh +++ b/Nlbench.sh @@ -187,6 +187,7 @@ run_script() { bash <(curl -Ls IP.Check.Place) | tee "$temp_file" sed -i 's/\x1B\[[0-9;]*[JKmsu]//g' "$temp_file" sed -i -r 's/(⠋|⠙|⠹|⠸|⠼|⠴|⠦|⠧|⠇|⠏)/\n/g' "$temp_file" + sed -i -r '/正在检测/d' "$temp_file" sed -i -n '/########################################################################/,${s/^.*\(########################################################################\)/\1/;p}' "$temp_file" cp "$temp_file" "${output_file}_ip_quality" ;;