//
pkg.gl
Category
github.com/fzf-labs/futil
cmdutil
package
1.0.0
Repository:
https://github.com/fzf-labs/futil.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
1
Files
28 SLOC
#
README
#
Functions
ExecCmd
ExecCmd 命令和返回输出。eq: ExecCmd("ls", []string{"-al"}).
ExecCommand
ExecCommand 执行cmd命令 use shell /bin/bash -c to execute command.