嘟嘟社区

wget -qO- bench.sh | bash 这个脚本怎么不能用了?更新了么


rt
球最新版

https://raw.githubusercontent.com/teddysun/across/master/bench.sh

| | | | | | | |

前两天好像就有问题

全军冲鸡 发表于 2022-5-7 18:21
https://raw.githubusercontent.com/teddysun/across/master/bench.sh


wget -qO- https://raw.githubusercontent.com/teddysun/across/master/bench.sh | bash
curl -Lso- https://raw.githubusercontent.com/teddysun/across/master/bench.sh | bash
bash <(wget -qO- https://raw.githubusercontent.com/teddysun/across/master/bench.sh)
bash <(curl -Lso- https://raw.githubusercontent.com/teddysun/across/master/bench.sh)
/bin/bash -c "$(wget -qO- https://raw.githubusercontent.com/teddysun/across/master/bench.sh)"
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/teddysun/across/master/bench.sh)"

| | | | | | | |

莫非是大佬的斯巴达到期了?
curl -so- 86.re/bench.sh | bash

这个备用