(command.CommandList
  children: [
    (C {(echo)} {(SQ <'--- supervise runs stop on down'>)})
    (command.Subshell
      command_list: 
        (command.CommandList
          children: [
            (command.Sentence
              child: (C {(echo)} {(SQ <'#!/bin/sh'>)})
              terminator: <Op_Semi ';'>
            )
            (C {(echo)} {(svc)} {(-dx)} {(.)})
          ]
        )
      redirects: [(redir.Redir op:<Redir_Great '>'> fd:16777215 arg_word:{(test.sv/run)})]
    )
    (command.Subshell
      command_list: 
        (command.CommandList
          children: [
            (command.Sentence
              child: (C {(echo)} {(SQ <'#!/bin/sh'>)})
              terminator: <Op_Semi ';'>
            )
            (C {(echo)} {(echo)} {(KW_In in)} {(stop)})
          ]
        )
      redirects: [(redir.Redir op:<Redir_Great '>'> fd:16777215 arg_word:{(test.sv/stop)})]
    )
    (C {(rm)} {(-f)} {(test.sv/down)})
    (C {(chmod)} {(Lit_Other '+') (x)} {(test.sv/run)} {(test.sv/stop)})
    (command.Sentence child:(C {(supervise)} {(test.sv)}) terminator:<Op_Amp '&'>)
    (C {(wait)})
    (C {(rm)} {(-f)} {(test.sv/stop)})
    (C {(echo)})
    (C {(echo)} {(SQ <'--- supervise stops log after main'>)})
    (command.Subshell
      command_list: 
        (command.CommandList
          children: [
            (command.Sentence
              child: (C {(echo)} {(SQ <'#!/bin/sh'>)})
              terminator: <Op_Semi ';'>
            )
            (C {(echo)} {(SQ <'exec ../../sleeper'>)})
          ]
        )
      redirects: [(redir.Redir op:<Redir_Great '>'> fd:16777215 arg_word:{(test.sv/log)})]
    )
    (C {(chmod)} {(Lit_Other '+') (x)} {(test.sv/log)})
    (C {(supervise)} {(test.sv)})
    (C {(wait)})
    (C {(rm)} {(-f)} {(test.sv/log)})
    (C {(echo)})
  ]
)