# script **Repository Path**: yangshun2016/script ## Basic Information - **Project Name**: script - **Description**: github clone - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-05-28 - **Last Updated**: 2023-05-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Some Linux scripts ## Superspeed.sh - Description: Test your server's network with Speedtest to China - Intro: https://www.oldking.net/305.html - Copyright (C) 2020 Oldking ```bash Usage: | No. | Bash Command |----------|--------------------------------- | 1 | wget https://raw.githubusercontent.com/oooldking/script/master/superspeed.sh | 2 | chmod +x superspeed.sh | 3 | ./superspeed.sh ``` ## Superbench.sh - Description: Auto test download & I/O speed & network to China script - Intro: https://www.oldking.net/350.html - Copyright (C) 2020 Oldking ```bash Usage: | No. | Bash Command | |----------|---------------------------------| | 1 | wget -qO- git.io/superbench.sh | bash | | 2 | curl -Lso- git.io/superbench.sh | bash | ```