# script **Repository Path**: kongren/script ## Basic Information - **Project Name**: script - **Description**: 此仓库是为了提升国内下载速度的镜像仓库。 原始仓库:https://github.com/oooldking/script.git - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: https://github.com/oooldking/script.git - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-03 - **Last Updated**: 2020-12-19 ## 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) 2018 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) 2018 Oldking ```bash Usage: | No. | Bash Command | |----------|---------------------------------| | 1 | wget -qO- https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash | | 2 | curl -Lso- https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash | ```