Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/honeok/tools
一个轻量级的Shell脚本工具箱,旨在更便捷的操作!
https://github.com/honeok/tools
shell shell-script
Last synced: 2 months ago
JSON representation
一个轻量级的Shell脚本工具箱,旨在更便捷的操作!
- Host: GitHub
- URL: https://github.com/honeok/tools
- Owner: honeok
- License: apache-2.0
- Created: 2024-10-14T15:53:53.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-25T02:23:59.000Z (4 months ago)
- Last Synced: 2024-10-25T18:39:47.366Z (4 months ago)
- Topics: shell, shell-script
- Language: Shell
- Homepage: https://github.com/honeok/Tools
- Size: 802 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)