miguelmota / streamhut

Stream your terminal to web without installing anything 🌐
https://streamhut.io
Apache License 2.0
906 stars 38 forks source link

Newbie question: how to stop streaming? #15

Closed ovizii closed 4 years ago

ovizii commented 4 years ago

Assuming one started streaming with: exec > >(nc streamhut.io 1337) 2>&1

how do I stop streaming?

miguelmota commented 4 years ago

Exit the shell by doing ctrl-d or typing exit