Files
weave-scope/probe/host/controls_darwin.go

6 lines
86 B
Go

package host
func getHostShellCmd() []string {
return []string{"/bin/bash", "-l"}
}