massh:Go软件包用于通过SSH运行Linux分布式Shell命令 源码
描述 Go软件包,用于通过SSH运行Linux分布式Shell命令。 为什么? 我想尝试使用分布式SSH命令,并为旧的,过时的存储库提供功能替代。 例子: package main import "github.com/discoriver/massh" func main() { // Create pointers to config & job config := &massh.Config{} job := &massh.Job{ Command: "echo hello world", } config.SetHosts([]string{"host1", "h
文件列表
massh-master.zip
(预估有个14文件)
massh-master
terminal.go
680B
session.go
2KB
LICENSE
34KB
check_test.go
1KB
config.go
3KB
check.go
423B
doc
logo.jpg
128KB
unix.go
322B
暂无评论