formatting
This commit is contained in:
@@ -7,7 +7,7 @@ import os
|
||||
mut b := builder.new()!
|
||||
mut n := b.node_new(ipaddr: 'root@302:1d81:cef8:3049:ad01:796d:a5da:9c6')!
|
||||
|
||||
r:=n.exec(cmd:"ls /")!
|
||||
r := n.exec(cmd: 'ls /')!
|
||||
println(r)
|
||||
|
||||
// n.upload(source: myexamplepath, dest: '/tmp/myexamplepath2')!
|
||||
|
||||
Reference in New Issue
Block a user