Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2019-04-06 05:36:12 -07:00
parent eaee67e438
commit 4b73667186
1 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,6 @@ func simpleProcess(cmd string) {
// cmd := exec.Command("ls", "/tmp", "/ballon", "/")
cmdArgs := strings.Fields(cmd)
(a, b) := strings.Fields(cmd)
process := exec.Command(cmdArgs[0], cmdArgs[1:len(cmdArgs)]...)
stdout, _ := process.StdoutPipe()
stderr, _ := process.StderrPipe()