parent
277227c147
commit
0b39cd7752
|
@ -40,4 +40,8 @@ func main() {
|
|||
return
|
||||
}
|
||||
shell.Write("/tmp/build.md5sum", md5sum)
|
||||
|
||||
sess := shell.SSH("mirrors.wit.com", 22, "jcarr", "")
|
||||
|
||||
shell.Scp(sess, filename, "/tmp/jcarr-testing")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue