第一种 wget -qO- bench.sh | bash #或 curl -Lso- bench.sh | bash 第二种 wget -qO- yabs.sh | bash #或 curl -sL yabs.sh | bash shbashcurlwget