💾 Archived View for midnight.pub › replies › 6645 captured on 2023-09-28 at 16:59:52. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-07-10)

-=-=-=-=-=-=-

< The Nightfall Express

Parent

~m15o

this is really cool! I never used netcat before.

I added what you did in a little script:

#!/bin/ksh

echo $2 | nc $1 1900 | less

and it can be used like that:

rex nex.nightfall.city /m15o/

Write a reply