weve got ssh!!!
This commit is contained in:
neon443
2025-06-05 17:40:39 +01:00
parent 502a6d30eb
commit 71099f09b6
3 changed files with 53 additions and 36 deletions

View File

@@ -17,7 +17,6 @@ struct ContentView: View {
.foregroundStyle(.tint)
Text("Hello, world!")
Button("go") {
sshHandler.connect()
sshHandler.testExec()
}
}