(CommandList
  children: [
    (C {(cp)} {(queue)} {(queue.tmp)})
    (Pipeline
      children: [
        (C {(sed)} {(DQ ('/ *#/d'))} {(queue)})
        (While
          cond: [(Sentence child:(C {(read)} {(url)}) terminator:<Op_Semi ';'>)]
          body: 
            (DoGroup
              children: [
                (SimpleCommand
                  words: [{(echo)} {(DQ ('#') ($ VSub_Name '$url'))}]
                  redirects: [
                    (Redir
                      op_id: Redir_DGreat
                      fd: 16777215
                      arg_word: {(queue.tmp)}
                      spids: [56]
                    )
                  ]
                )
                (C {(wget)} {(-nv)} {(DQ ($ VSub_Name '$url'))})
              ]
              spids: [46 69]
            )
        )
      ]
      negated: False
    )
    (SimpleCommand
      words: [{(sed)} {(-n)} {(DQ ('/ *#/p'))} {(queue.tmp)}]
      redirects: [(Redir op_id:Redir_Great fd:16777215 arg_word:{(queue)} spids:[82])]
    )
    (C {(rm)} {(-f)} {(queue.tmp)})
  ]
)