Example #1
0
func (gc *gceCluster) NewCommand(name string, arg ...string) util.Cmd {
	return util.NewCommand(name, arg...)
}
Example #2
0
func (ac *awsCluster) NewCommand(name string, arg ...string) util.Cmd {
	return util.NewCommand(name, arg...)
}