easynode/server/app/config/shell.json
2024-08-02 16:00:19 +08:00

17 lines
634 B
JSON

[
{
"name": "easynode客户端安装",
"command": "curl -o- https://mirror.ghproxy.com/https://raw.githubusercontent.com/chaos-zhu/easynode/main/client/easynode-client-install.sh | bash",
"description": "easynode-客户端-安装脚本"
},
{
"name": "easynode客户端卸载",
"command": "curl -o- https://mirror.ghproxy.com/https://raw.githubusercontent.com/chaos-zhu/easynode/main/client/easynode-client-uninstall.sh | bash",
"description": "easynode-客户端-卸载脚本"
},
{
"name": "查询本机公网IP",
"command": "curl ifconfig.me",
"description": "查询本机公网IP"
}
]