https://github.com/quniu/backtrace
https://github.com/quniu/backtrace
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/quniu/backtrace
- Owner: quniu
- License: mit
- Created: 2022-10-12T15:47:12.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-13T13:23:01.000Z (over 2 years ago)
- Last Synced: 2024-12-25T17:42:21.993Z (6 months ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 使用
三网回程
```shell
bash <(curl -Ls https://raw.githubusercontent.com/quniu/backtrace/master/install.sh)
# 或
curl https://raw.githubusercontent.com/quniu/backtrace/master/install.sh -sSf | sh```
测速脚本
```shell
bash <(curl -Ls https://raw.githubusercontent.com/quniu/backtrace/master/bench.sh)
```