executing test command
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("Hello from the remote side!")
|
||||
}
|
||||
|
5
remote/ssh_remote.go
Normal file
5
remote/ssh_remote.go
Normal file
@ -0,0 +1,5 @@
|
||||
package main
|
||||
|
||||
// this file is to ssh back to the master machine to send back the tarball
|
||||
// still planning this piece out. stay tuned for more!
|
||||
// handsomely, Wyatt J. Miller, the guy who doesn't know what socket is headed where
|
@ -0,0 +1 @@
|
||||
package main
|
||||
|
Reference in New Issue
Block a user