mirror of
https://github.com/everett7623/nodeloc_vps_test.git
synced 2024-11-10 10:05:18 +00:00
Update Nlbench_beta.sh
This commit is contained in:
parent
11a5304c91
commit
488aa28ade
@ -166,7 +166,7 @@ run_script() {
|
|||||||
echo -e "运行${YELLOW}IP质量测试...${NC}"
|
echo -e "运行${YELLOW}IP质量测试...${NC}"
|
||||||
bash <(curl -Ls IP.Check.Place) | tee "$temp_file"
|
bash <(curl -Ls IP.Check.Place) | tee "$temp_file"
|
||||||
sed -i 's/\x1B\[[0-9;]*[JKmsu]//g' "$temp_file"
|
sed -i 's/\x1B\[[0-9;]*[JKmsu]//g' "$temp_file"
|
||||||
sed -i '1,/\.\.\.\.\.\.\.\.\.\./d' "$temp_file"
|
sed -i '1,/^########################################################################$/!d' "$temp_file"
|
||||||
sed -i '/^$/d' "$temp_file" # 删除空行
|
sed -i '/^$/d' "$temp_file" # 删除空行
|
||||||
cp "$temp_file" "${output_file}_ip_quality"
|
cp "$temp_file" "${output_file}_ip_quality"
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user