Notes
This function is in beta test. Please help improve it in the issues
here.
pwd: /out/package ppid: 3011 1: WRITELN sleep 10 | echo 123 2: CTRL+C Scan child pids of ppid: 3011 SIGINT Send signal 2 to pid: 3011 Scan child pids of ppid: 3012 Send signal 2 to pid: 3012 Scan child pids of ppid: 3014 Send signal 2 to pid: 3014 Scan child pids of ppid: 3017 Send signal 2 to pid: 3017 3: WRITELN echo success 4: WRITELN exit exit: 0
Your Answer
mumsh $ 123 mumsh $ success mumsh $ exit
JOJ Answer
mumsh $ 123 mumsh $ success mumsh $ exit