Record Case Detail

Notes

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

Stderr

 pwd: /out/package
ppid: 85847
   1: WRITELN echo hello friends > a.txt
   2: WRITELN mv a.txt b.txt
   3: WRITELN cat b.txt
   4: WRITELN rm b.txt
   5: WRITELN exit

Your Answer

mumsh $ mumsh $ mumsh $ hello friends
mumsh $ mumsh $ exit

JOJ Answer

mumsh $ mumsh $ mumsh $ hello friends
mumsh $ mumsh $ exit