1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

An experimental attempt to kill the zombie processes

This commit is contained in:
Chris Cummer
2018-04-02 11:00:45 -07:00
committed by Chris Cummer
parent 202d5ca95e
commit 62502c24d0
5 changed files with 50 additions and 7 deletions

View File

@@ -25,5 +25,7 @@ func ExecuteCommand(cmd *exec.Cmd) string {
str += string(b)
}
cmd.Wait()
return str
}