# exec-cmd **Repository Path**: hup2c/exec-cmd ## Basic Information - **Project Name**: exec-cmd - **Description**: 使用GO+H5实现 在服务器直接执行命令并实时返回执行结果的项目 - **Primary Language**: Unknown - **License**: WTFPL - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-08 - **Last Updated**: 2024-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GO 实现在服务器执行命令并返回结果 ## 使用 - ip:port/cmd1/cmd2/... - 比如 浏览器访问 http://localhost:5344/ping/www.baidu.com ## 效果 ![示例](static/example.gif) ### 打包 ```bash SET GOOS=linux SET GOARCH=386 go build ```