-
Dear smart bash users, any idea how to suppress, or manage
sh -cechoing a kill signal caused it to terminate? sh -c "sh -c sleep 20" & kill -USR2 $! # "user-defined signal 2" github.com/remy/nodemon/issues/1633#issuecomment-557218275
sh -c echoing a kill signal caused it to terminate?
sh -c "sh -c sleep 20" & kill -USR2 $! # "user-defined signal 2"
github.com/remy/nodemon/issues/1633#issuecomment-557218275