wssh icon indicating copy to clipboard operation
wssh copied to clipboard

a ssh to websocket bridge

Results 1 wssh issues
Sort by recently updated
recently updated
newest added

I need to run multiple commands sequentially, such as: ① git clone https://github.com/lanseyujie/wssh.git ② go build cmd/wssh/main.go. How can I determine if the first command has completed?