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.
- Host: GitHub
- URL: https://github.com/honeok/tools
- Owner: honeok
- License: apache-2.0
- Created: 2024-12-06T13:00:55.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-09T18:46:54.000Z (about 1 year ago)
- Last Synced: 2025-04-12T18:13:06.785Z (about 1 year ago)
- Topics: shell, shellscript, toolbox, tools
- Language: Shell
- Homepage:
- Size: 619 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
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)