mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-04 18:51:17 +00:00
6 lines
80 B
Go
6 lines
80 B
Go
package host
|
|
|
|
func getHostShellCmd() []string {
|
|
return []string{"/bin/bash"}
|
|
}
|