mirror of
https://github.com/weaveworks/scope.git
synced 2026-02-14 18:09:59 +00:00
6 lines
86 B
Go
6 lines
86 B
Go
package host
|
|
|
|
func getHostShellCmd() []string {
|
|
return []string{"/bin/bash", "-l"}
|
|
}
|