Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/honeok/tools

一个轻量级的Shell脚本工具箱,旨在更便捷的操作!
https://github.com/honeok/tools

shell shell-script

Last synced: 2 months ago
JSON representation

一个轻量级的Shell脚本工具箱,旨在更便捷的操作!

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)