(CommandList
  children: [
    (If
      arms: [
        (if_arm
          cond: [(Sentence child:(C {(/sbin/modprobe)} {(-q)} {(test_bpf)}) terminator:<Op_Semi ";">)]
          action: [
            (Sentence
              child: (C {(/sbin/modprobe)} {(-q)} {(-r)} {(test_bpf)})
              terminator: <Op_Semi ";">
            )
            (Sentence child:(C {(echo)} {(DQ ("test_bpf: ok"))}) terminator:<Op_Semi ";">)
          ]
          spids: [-1 17]
        )
      ]
      else_action: [
        (Sentence child:(C {(echo)} {(DQ ("test_bpf: [FAIL]"))}) terminator:<Op_Semi ";">)
        (Sentence child:(C {(exit)} {(1)}) terminator:<Op_Semi ";">)
      ]
      spids: [37 53]
    )
  ]
)