Open dm222 opened 4 years ago
Does running it in a subshell work for you?
(nohup wscat -c "127.0.0.1:8000" -x 'text' &)
or
sh -c 'nohup wscat -c "127.0.0.1:8000" -x "text" &'
or
nohup sh -c 'bin/wscat -c "127.0.0.1:8000" -x "text" &'
No, it does not work. Immediate exit. Alpine linux, please try to fix
When run
wscat -c "127.0.0.1:8000" -x 'text'
Message is sentIf run
nohup wscat -c "127.0.0.1:8000" -x 'text' &
getting an error:Version wscat is 4.0.0 Lubuntu 18.04, kernel 5.3.0-40-generic