Update Nlbench_beta.sh

This commit is contained in:
Jensfrank 2024-07-17 22:51:25 +08:00 committed by GitHub
parent e0295cbeae
commit b1a2980d4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -256,7 +256,7 @@ run_script() {
;;
# Geekbench 5
2)
echo -e "运行${YELLOW}YABS...${NC}"
echo -e "运行${YELLOW}Geekbench 5...${NC}"
bash <(curl -sL gb5.top) | tee "$temp_file"
sed -i 's/\x1B\[[0-9;]*[JKmsu]//g' "$temp_file"
cp "$temp_file" "${output_file}_gb5"