(command.CommandList
  children: [
    (command.Assignment
      keyword: Assign_None
      pairs: [
        (assign_pair
          lhs: (lhs_expr.LhsName name:PATH spids:[35])
          op: Equal
          rhs: {(DQ ('/sbin:/bin:/usr/sbin:/usr/bin'))}
          spids: [35]
        )
      ]
      spids: [35]
    )
    (command.Assignment
      keyword: Assign_None
      pairs: [
        (assign_pair
          lhs: (lhs_expr.LhsName name:NAME spids:[40])
          op: Equal
          rhs: {(DQ (plymouth-log))}
          spids: [40]
        )
      ]
      spids: [40]
    )
    (command.Assignment
      keyword: Assign_None
      pairs: [
        (assign_pair
          lhs: (lhs_expr.LhsName name:DESC spids:[45])
          op: Equal
          rhs: {(DQ ('Boot splash manager (write log file)'))}
          spids: [45]
        )
      ]
      spids: [45]
    )
    (command.AndOr
      ops: [Op_DPipe]
      children: [
        (C {(test)} {(-x)} {(/bin/plymouth)})
        (command.ControlFlow token:<ControlFlow_Exit exit> arg_word:{(0)})
      ]
    )
    (command.If
      arms: [
        (if_arm
          cond: [
            (C {(Lit_Other '[')} {(-r)} {(DQ (/etc/default/) (${ VSub_Name NAME))} {(Lit_Other ']')})
          ]
          action: [(C {(.)} {(DQ (/etc/default/) (${ VSub_Name NAME))})]
          spids: [16777215 79]
        )
      ]
      spids: [16777215 91]
    )
    (C {(.)} {(/lib/lsb/init-functions)})
    (C {(set)} {(-e)})
    (command.Case
      to_match: {(DQ (${ VSub_Number 1))}
      arms: [
        (case_arm
          pat_list: [{(start)}]
          action: [
            (command.If
              arms: [
                (if_arm
                  cond: [(C {(plymouth)} {(--ping)})]
                  action: [(C {(/bin/plymouth)} {(update-root-fs)} {(--read-write)})]
                  spids: [16777215 126]
                )
              ]
              spids: [16777215 136]
            )
          ]
          spids: [115 116 139 16777215]
        )
        (case_arm
          pat_list: [{(stop)} {(restart)} {(force-reload)}]
          spids: [143 148 152 16777215]
        )
        (case_arm
          pat_list: [{(Lit_Other '*')}]
          action: [
            (command.SimpleCommand
              words: [
                {(echo)}
                {(DQ ('Usage: ') (${ VSub_Number 0) (' {start|stop|restart|force-reload}'))}
              ]
              redirects: [(redir.Redir op:<Redir_GreatAnd '>&'> fd:16777215 arg_word:{(2)})]
            )
            (command.ControlFlow token:<ControlFlow_Exit exit> arg_word:{(1)})
          ]
          spids: [156 157 179 16777215]
        )
      ]
      spids: [104 112 181]
    )
    (command.ControlFlow token:<ControlFlow_Exit exit> arg_word:{(0)})
  ]
)