You are not logged in.
Pages: 1
i want to use streamhut.io to output my terminal for others.
the command told to be used is
exec > >(nc streamhut.io 1337) 1>&2or
exec &> >(nc stream.ht 1337)but when i execute it, my terminal does not shows any output anymore.
Last edited by n4ck (2022-10-13 06:23:48)
Offline
Hello!
I look forward to an answer, but I can tell you this for certain: it's not you. These are bad instructions. You can know that ahead of time because it doesn't tell you what to expect.
To get started, run in your terminal:
exec &> >(nc stream.ht 1337)
Its only description is this: "The command pipes the output of the shell to streamhut and provides a url to share"
I can, conclusively, say that this is inaccurate for any version of running the given command that I can see.
All the best,
-HG
Offline
Pages: 1