(command.CommandList
  children: [
    (command.ShAssignment
      left: <Id.Lit_VarLike 'PATH='>
      pairs: [
        (AssignPair
          left: <Id.Lit_VarLike 'PATH='>
          lhs: (sh_lhs_expr.Name left:<Id.Lit_VarLike 'PATH='> name:PATH)
          op: assign_op.Equal
          rhs: 
            {<'/command'> <Id.Lit_Colon ':'> <'/usr/local/bin'> <Id.Lit_Colon ':'> <'/usr/local/sbin'> 
              <Id.Lit_Colon ':'> <'/bin'> <Id.Lit_Colon ':'> <'/sbin'> <Id.Lit_Colon ':'> <'/usr/bin'> <Id.Lit_Colon ':'> <'/usr/sbin'> 
              <Id.Lit_Colon ':'> <'/usr/X11R6/bin'>
            }
        )
      ]
      redirects: []
    )
    (command.Simple
      blame_tok: <exec>
      more_env: []
      words: [{<exec>}]
      redirects: [(Redir op:<Id.Redir_Less '<'> loc:(redir_loc.Fd fd:0) arg:{<'/dev/null'>})]
      do_fork: T
    )
    (command.Simple
      blame_tok: <exec>
      more_env: []
      words: [{<exec>}]
      redirects: [(Redir op:<Id.Redir_Great '>'> loc:(redir_loc.Fd fd:1) arg:{<'/dev/null'>})]
      do_fork: T
    )
    (command.Simple
      blame_tok: <exec>
      more_env: []
      words: [{<exec>}]
      redirects: [(Redir op:<Id.Redir_Great '2>'> loc:(redir_loc.Fd fd:2) arg:{<'/dev/null'>})]
      do_fork: T
    )
    (command.Simple
      blame_tok: <'/command/svc'>
      more_env: []
      words: [
        {<'/command/svc'>}
        {<-dx>}
        {<'/service/'> <Id.Lit_Star '*'>}
        {<'/service/'> <Id.Lit_Star '*'> <'/log'>}
      ]
      redirects: []
      do_fork: T
    )
    (command.Pipeline
      children: [
        (command.Simple
          blame_tok: <env>
          more_env: []
          words: [
            {<env>}
            {<->}
            {<Id.Lit_VarLike 'PATH='> ($ Id.VSub_DollarName PATH)}
            {<svscan>}
            {<'/service'>}
          ]
          redirects: [(Redir op:<Id.Redir_GreatAnd '2>&'> loc:(redir_loc.Fd fd:2) arg:{<1>})]
          do_fork: T
        )
        (command.Simple
          blame_tok: <env>
          more_env: []
          words: [
            {<env>}
            {<->}
            {<Id.Lit_VarLike 'PATH='> ($ Id.VSub_DollarName PATH)}
            {<readproctitle>}
            {<service>}
            {<errors> <Id.Lit_Colon ':'>}
            {
              <
................................................................................................................................................................................................................................................................................................................................................................................................................
              >
            }
          ]
          redirects: []
          do_fork: T
        )
      ]
      ops: [<Id.Op_Pipe _>]
    )
  ]
)