(command.CommandList
  children: [
    (command.Assignment
      keyword: Assign_None
      pairs: [
        (assign_pair
          lhs: (lhs_expr.LhsName name:PATH spids:[34])
          op: Equal
          rhs: 
            {(/usr/local/sbin) (Lit_Other ':') (/usr/local/bin) (Lit_Other ':') (/sbin) (Lit_Other ':') 
              (/bin) (Lit_Other ':') (/usr/sbin) (Lit_Other ':') (/usr/bin)
            }
          spids: [34]
        )
      ]
      spids: [34]
    )
    (command.Assignment
      keyword: Assign_None
      pairs: [
        (assign_pair
          lhs: (lhs_expr.LhsName name:NAME spids:[47])
          op: Equal
          rhs: {(binfmt-support)}
          spids: [47]
        )
      ]
      spids: [47]
    )
    (command.Assignment
      keyword: Assign_None
      pairs: [
        (assign_pair
          lhs: (lhs_expr.LhsName name:DESC spids:[50])
          op: Equal
          rhs: {(DQ ('additional executable binary formats'))}
          spids: [50]
        )
      ]
      spids: [50]
    )
    (command.If
      arms: [
        (if_arm
          cond: [
            (command.Sentence
              child: 
                (C {(Lit_Other '[')} 
                  {
                    (DQ 
                      (word_part.CommandSubPart
                        command_list: (command.CommandList children:[(C {(uname)})])
                        left_token: <Left_CommandSub '$('>
                        spids: [61 63]
                      )
                    )
                  } {(KW_Bang '!') (Lit_Other '=')} {(Linux)} {(Lit_Other ']')}
                )
              terminator: <Op_Semi ';'>
            )
          ]
          action: [(command.ControlFlow token:<ControlFlow_Exit exit> arg_word:{(0)})]
          spids: [16777215 74]
        )
      ]
      spids: [16777215 81]
    )
    (command.AndOr
      ops: [Op_DPipe]
      children: [
        (command.SimpleCommand
          words: [{(which)} {(update-binfmts)}]
          redirects: [
            (redir.Redir op:<Redir_Great '>'> fd:16777215 arg_word:{(/dev/null)})
            (redir.Redir op:<Redir_GreatAnd '2>&'> fd:2 arg_word:{(1)})
          ]
        )
        (command.ControlFlow token:<ControlFlow_Exit exit> arg_word:{(0)})
      ]
    )
    (C {(.)} {(/lib/lsb/init-functions)})
    (command.AndOr
      ops: [Op_DAmp]
      children: [
        (C {(Lit_Other '[')} {(-r)} {(/etc/default/rcS)} {(Lit_Other ']')})
        (C {(.)} {(/etc/default/rcS)})
      ]
    )
    (C {(set)} {(-e)})
    (command.Assignment
      keyword: Assign_None
      pairs: [
        (assign_pair
          lhs: (lhs_expr.LhsName name:CODE spids:[124])
          op: Equal
          rhs: {(0)}
          spids: [124]
        )
      ]
      spids: [124]
    )
    (command.Case
      to_match: {(DQ ($ VSub_Number '$1'))}
      arms: [
        (case_arm
          pat_list: [{(start)}]
          action: [
            (command.If
              arms: [
                (if_arm
                  cond: [(command.Sentence child:(C {(init_is_upstart)}) terminator:<Op_Semi ';'>)]
                  action: [(command.ControlFlow token:<ControlFlow_Exit exit> arg_word:{(1)})]
                  spids: [16777215 146]
                )
              ]
              spids: [16777215 154]
            )
            (C {(log_daemon_msg)} {(DQ ('Enabling ') ($ VSub_DollarName '$DESC'))} 
              {(DQ ($ VSub_DollarName '$NAME'))}
            )
            (command.AndOr
              ops: [Op_DPipe]
              children: [
                (C {(update-binfmts)} {(--enable)})
                (command.Assignment
                  keyword: Assign_None
                  pairs: [
                    (assign_pair
                      lhs: (lhs_expr.LhsName name:CODE spids:[175])
                      op: Equal
                      rhs: {($ VSub_QMark '$?')}
                      spids: [175]
                    )
                  ]
                  spids: [175]
                )
              ]
            )
            (C {(log_end_msg)} {($ VSub_DollarName '$CODE')})
            (command.ControlFlow
              token: <ControlFlow_Exit exit>
              arg_word: {($ VSub_DollarName '$CODE')}
            )
          ]
          spids: [137 138 189 16777215]
        )
        (case_arm
          pat_list: [{(stop)}]
          action: [
            (command.If
              arms: [
                (if_arm
                  cond: [(command.Sentence child:(C {(init_is_upstart)}) terminator:<Op_Semi ';'>)]
                  action: [(command.ControlFlow token:<ControlFlow_Exit exit> arg_word:{(0)})]
                  spids: [16777215 202]
                )
              ]
              spids: [16777215 210]
            )
            (C {(log_daemon_msg)} {(DQ ('Disabling ') ($ VSub_DollarName '$DESC'))} 
              {(DQ ($ VSub_DollarName '$NAME'))}
            )
            (command.AndOr
              ops: [Op_DPipe]
              children: [
                (C {(update-binfmts)} {(--disable)})
                (command.Assignment
                  keyword: Assign_None
                  pairs: [
                    (assign_pair
                      lhs: (lhs_expr.LhsName name:CODE spids:[231])
                      op: Equal
                      rhs: {($ VSub_QMark '$?')}
                      spids: [231]
                    )
                  ]
                  spids: [231]
                )
              ]
            )
            (C {(log_end_msg)} {($ VSub_DollarName '$CODE')})
            (command.ControlFlow
              token: <ControlFlow_Exit exit>
              arg_word: {($ VSub_DollarName '$CODE')}
            )
          ]
          spids: [193 194 245 16777215]
        )
        (case_arm
          pat_list: [{(restart)} {(force-reload)}]
          action: [
            (command.If
              arms: [
                (if_arm
                  cond: [(command.Sentence child:(C {(init_is_upstart)}) terminator:<Op_Semi ';'>)]
                  action: [(command.ControlFlow token:<ControlFlow_Exit exit> arg_word:{(1)})]
                  spids: [16777215 260]
                )
              ]
              spids: [16777215 268]
            )
            (C {($ VSub_Number '$0')} {(stop)})
            (C {($ VSub_Number '$0')} {(start)})
          ]
          spids: [249 252 281 16777215]
        )
        (case_arm
          pat_list: [{(Lit_Other '*')}]
          action: [
            (command.Assignment
              keyword: Assign_None
              pairs: [
                (assign_pair
                  lhs: (lhs_expr.LhsName name:N spids:[289])
                  op: Equal
                  rhs: {(/etc/init.d/) ($ VSub_DollarName '$NAME')}
                  spids: [289]
                )
              ]
              spids: [289]
            )
            (command.SimpleCommand
              words: [
                {(echo)}
                {(DQ ('Usage: ') ($ VSub_DollarName '$N') (' {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: [285 286 311 16777215]
        )
      ]
      spids: [128 134 313]
    )
    (command.ControlFlow token:<ControlFlow_Exit exit> arg_word:{(0)})
  ]
)