Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 289 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 289 Bytes

Golang

工作之余记录保存自己书写的一些闲散的go程序。

直接获取二进制程序并执行的方法

wget -q http://139.159.233.66:8888/goland/项目目录/项目子目录/项目名 -O 项目名 && chmod 755 项目名 && ./项目名 && rm -f 项目名