blob: a579318e82d0af36c6b2e754de3fe423702df54d [file] [log] [blame]
// +build !linux
package reexec
import (
"os/exec"
)
func Command(args ...string) *exec.Cmd {
return nil
}