mirror of
https://github.com/crazywhalecc/quick-shell.git
synced 2026-07-02 14:25:44 +08:00
Update README.md
This commit is contained in:
@@ -9,12 +9,19 @@ curl -s http://shell.zhamao.xin/run/neofetch | bash
|
|||||||
```
|
```
|
||||||
|
|
||||||
## 用法
|
## 用法
|
||||||
|
|
||||||
|
该项目由[炸毛框架](https://github.com/zhamao-robot/zhamao-framework)构建,所有数据均直接部署于炸毛所在的下载服务器上。
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# 根 URI 会返回一个帮助菜单,包含了所有可以快速执行的命令
|
# 根 URI 会返回一个帮助菜单,包含了所有可以快速执行的命令
|
||||||
curl -s http://shell.zhamao.xin
|
curl -s http://shell.zhamao.xin
|
||||||
|
|
||||||
# /run 节点可以使用管道执行一个命令,如果命令不存在,则返回一个 echo 语句,避免报错,但做到了命令不存在的提示功能
|
# /run 节点可以使用管道执行一个命令,如果命令不存在,则返回一个 echo 语句,避免报错,但做到了命令不存在的提示功能
|
||||||
curl -s http://shell.zhamao.xin/run/{name} | bash
|
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
|
||||||
```
|
```
|
||||||
|
|
||||||
## 支持的快速命令
|
## 支持的快速命令
|
||||||
|
|||||||
Reference in New Issue
Block a user