Record Case Detail

Notes

This function is in beta test. Please help improve it in the issues here.

Stderr

 pwd: /out/package
ppid: 49322
   1: WRITELN sleep 10
   2: CTRL+C
Scan child pids of ppid: 49322
SIGINT
Send signal 2 to pid: 49322
Scan child pids of ppid: 49323
Send signal 2 to pid: 49323
Scan child pids of ppid: 49324
Send signal 2 to pid: 49324
Scan child pids of ppid: 49325
Send signal 2 to pid: 49325
   3: WRITELN echo 123 > 1.txt
   4: WRITELN sleep 10 > 1.txt
   5: CTRL+C
Scan child pids of ppid: 49322
SIGINT
Send signal 2 to pid: 49322
Scan child pids of ppid: 49323
Send signal 2 to pid: 49323
Scan child pids of ppid: 49330
Send signal 2 to pid: 49330
Scan child pids of ppid: 49331
Send signal 2 to pid: 49331
   6: WRITELN cat 1.txt
   7: WRITELN echo success
   8: CTRL+C
Scan child pids of ppid: 49322
SIGINT
Send signal 2 to pid: 49322
Scan child pids of ppid: 49323
Send signal 2 to pid: 49323
Scan child pids of ppid: 49337
Send signal 2 to pid: 49337
   9: WRITELN exit
exit: 0

Your Answer

mumsh $ 
mumsh $ mumsh $ 
mumsh $ mumsh $ success
mumsh $ 
mumsh $ exit

JOJ Answer

mumsh $ 
mumsh $ mumsh $ 
mumsh $ mumsh $ success
mumsh $ 
mumsh $ exit