//go:build !linux package opencode import "os/exec" func sysProcAttr(_ *exec.Cmd) {} func killProcGroup(pid int) {}