executing test command

This commit is contained in:
Wyatt J. Miller
2019-08-16 19:45:01 -04:00
parent a3e1ca6b2b
commit 659c9de867
5 changed files with 41 additions and 1 deletions

View File

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Hello from the remote side!")
}

5
remote/ssh_remote.go Normal file
View 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

View File

@ -0,0 +1 @@
package main