nc icon indicating copy to clipboard operation
nc copied to clipboard

Incorrect -c command

Open buckle2000 opened this issue 5 years ago • 1 comments

Currently, nc -l -p 1234 -c cowsay Hello runs /bin/sh cowsay Hello.

It should be /bin/sh -c 'cowsay Hello'.

buckle2000 avatar Jan 01 '19 01:01 buckle2000

thanks for catching it. PR are welcome

roccomuso avatar Jan 01 '19 02:01 roccomuso