An open API service indexing awesome lists of open source software.

https://github.com/honeok/tools

When your work and your interests align, you should learn to be grateful.
https://github.com/honeok/tools

shell shellscript toolbox tools

Last synced: about 1 year ago
JSON representation

When your work and your interests align, you should learn to be grateful.

Awesome Lists containing this project

README

          

## VPS工具箱

在线执行

```shell
bash <(curl -sL github.com/honeok/Tools/raw/main/honeok.sh)
```
or 使用Github代理在线执行
```shell
bash <(curl -sL gh-proxy.com/github.com/honeok/Tools/raw/main/honeok.sh)
```

下载本地执行

```shell
curl -sL -O github.com/honeok/Tools/raw/main/honeok.sh && chmod +x ./honeok.sh && ./honeok.sh
```
or 使用Github代理本地执行
```shell
curl -sL -O gh-proxy.com/github.com/honeok/Tools/raw/main/honeok.sh && chmod +x ./honeok.sh && ./honeok.sh
```

## 鸣谢

kejilion:[https://github.com/kejilion](https://github.com/kejilion)