mirror of
https://github.com/cnbattle/drone-upx.git
synced 2026-06-04 18:24:03 +08:00
重写 优化
This commit is contained in:
@@ -6,6 +6,7 @@ import (
|
||||
"os/exec"
|
||||
)
|
||||
|
||||
// Cmd Cmd
|
||||
func Cmd(name string, arg ...string) {
|
||||
fmt.Println(name, arg)
|
||||
cmd0 := exec.Command(name, arg...)
|
||||
|
||||
Reference in New Issue
Block a user