< 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