Update README.md

This commit is contained in:
Jerry Ma 2022-04-17 02:29:38 +08:00 committed by GitHub
parent fe8d9ed81b
commit 653982caff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,12 +9,19 @@ curl -s http://shell.zhamao.xin/run/neofetch | bash
```
## 用法
该项目由[炸毛框架](https://github.com/zhamao-robot/zhamao-framework)构建,所有数据均直接部署于炸毛所在的下载服务器上。
```bash
# 根 URI 会返回一个帮助菜单,包含了所有可以快速执行的命令
curl -s http://shell.zhamao.xin
# /run 节点可以使用管道执行一个命令,如果命令不存在,则返回一个 echo 语句,避免报错,但做到了命令不存在的提示功能
curl -s http://shell.zhamao.xin/run/{name} | bash
# 也可以不使用管道,查看快速命令名称对应要执行的 shell 代码或查看本项目的元数据(如果你不放心命令的话)
curl -s http://shell.zhamao.xin/run/neofetch
curl -s http://shell.zhamao.xin/manifest
```
## 支持的快速命令