formatting

This commit is contained in:
2024-12-30 17:36:22 +02:00
parent 4858178f52
commit f0fdf146a8
141 changed files with 1850 additions and 1882 deletions

View File

@@ -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')!