backtrace/README.md

14 lines
705 B
Markdown
Raw Normal View History

2024-05-01 16:04:59 +08:00
# backtrace
2024-05-01 16:17:44 +08:00
2024-05-01 17:56:58 +08:00
[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Foneclickvirt%2Fbacktrace&count_bg=%2323E01C&title_bg=%23555555&icon=sonarcloud.svg&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com) [![Build and Release](https://github.com/oneclickvirt/backtrace/actions/workflows/main.yaml/badge.svg)](https://github.com/oneclickvirt/backtrace/actions/workflows/main.yaml)
2024-05-01 16:17:44 +08:00
2024-05-01 17:56:58 +08:00
基于 https://github.com/zhanghanyun/backtrace 的重构和优化版本,支持多系统多架构,记录多个线路
2024-05-01 16:32:57 +08:00
## 使用
终端下运行
```shell
curl https://raw.githubusercontent.com/oneclickvirt/backtrace/main/backtrace_install.sh -sSf | sh
```