is there an efficient way to fire off a shell script each time netcat receives new text string from a network port?
i need root to run myscript.sh each time a new string of text is received from port 3333. also, capture the string as a variable in myscript.sh.
thanks for any help.
m
i need root to run myscript.sh each time a new string of text is received from port 3333. also, capture the string as a variable in myscript.sh.
thanks for any help.
m