We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86efb70 commit 446473bCopy full SHA for 446473b
_examples/ssh-pty/pty.go
@@ -37,6 +37,7 @@ func main() {
37
io.Copy(f, s) // stdin
38
}()
39
io.Copy(s, f) // stdout
40
+ cmd.Wait()
41
} else {
42
io.WriteString(s, "No PTY requested.\n")
43
s.Exit(1)
0 commit comments