(CommandList
  children: [
    (C {(.)} {(/lib/lsb/init-functions)})
    (C {(.)} {(/lib/init/bootclean.sh)})
    (Case
      to_match: {(DQ ($ VSub_Number '$1'))}
      arms: [
        (case_arm
          pat_list: [{(start)} {(DQ )}]
          action: [
            (C {(rm)} {(-f)} {(/tmp/.clean)} {(/run/.clean)} {(/run/lock/.clean)})
            (C {(clean_all)})
            (C {(exit)} {($ VSub_QMark '$?')})
          ]
          spids: [61 65 108 -1]
        )
        (case_arm
          pat_list: [{(restart)} {(reload)} {(force-reload)}]
          action: [
            (SimpleCommand
              words: [{(echo)} {(DQ ("Error: argument '") ($ VSub_Number '$1') ("' not supported"))}]
              redirects: [(Redir op_id:Redir_GreatAnd fd:-1 arg_word:{(2)} spids:[127])]
            )
            (C {(exit)} {(3)})
          ]
          spids: [111 116 136 -1]
        )
        (case_arm pat_list:[{(stop)}{(status)}] spids:[139142149-1])
        (case_arm
          pat_list: [{(Lit_Other '*')}]
          action: [
            (SimpleCommand
              words: [{(echo)} {(DQ ('Usage: checkroot-bootclean.sh [start|stop]'))}]
              redirects: [(Redir op_id:Redir_GreatAnd fd:-1 arg_word:{(2)} spids:[162])]
            )
            (C {(exit)} {(3)})
          ]
          spids: [152 153 171 -1]
        )
      ]
      spids: [52 58 173]
    )
    (C {(Lit_Other ':')})
  ]
)