(CommandList
  children: [
    (C {(set)} {(-o)} {(nounset)})
    (C {(set)} {(-o)} {(pipefail)})
    (C {(set)} {(-o)} {(errexit)})
    (Assignment
      keyword: Assign_Readonly
      pairs: [(assign_pair lhs:(LhsName name:RESULT_DIR) op:Equal rhs:{(_tmp/wild)} spids:[61])]
      spids: [59]
    )
    (FuncDef
      name: _manifest
      body: 
        (BraceGroup
          children: [
            (Assignment
              keyword: Assign_Local
              pairs: [
                (assign_pair
                  lhs: (LhsName name:proj)
                  op: Equal
                  rhs: {($ VSub_Number '$1')}
                  spids: [84]
                )
              ]
              spids: [82]
            )
            (Assignment
              keyword: Assign_Local
              pairs: [
                (assign_pair
                  lhs: (LhsName name:base_dir)
                  op: Equal
                  rhs: {($ VSub_Number '$2')}
                  spids: [90]
                )
              ]
              spids: [88]
            )
            (C {(shift)} {(2)})
            (ForEach
              iter_name: path
              iter_words: [{(DQ ($ VSub_At '$@'))}]
              do_arg_iter: False
              body: 
                (DoGroup
                  children: [
                    (C {(echo)} {($ VSub_Name '$proj')} 
                      {($ VSub_Name '$base_dir') (/) ($ VSub_Name '$path')} {($ VSub_Name '$path')}
                    )
                  ]
                  spids: [111 125]
                )
              spids: [105 109]
            )
          ]
          spids: [79]
        )
      spids: [75 78]
    )
    (FuncDef
      name: _sh-manifest
      body: 
        (BraceGroup
          children: [
            (Assignment
              keyword: Assign_Local
              pairs: [
                (assign_pair
                  lhs: (LhsName name:base_dir)
                  op: Equal
                  rhs: {($ VSub_Number '$1')}
                  spids: [142]
                )
              ]
              spids: [140]
            )
            (Assignment
              keyword: Assign_Local
              pairs: [
                (assign_pair
                  lhs: (LhsName name:category)
                  op: Equal
                  rhs: 
                    {
                      (BracedVarSub
                        token: <VSub_Number 2>
                        suffix_op: (StringUnary op_id:VTest_ColonHyphen arg_word:{})
                        spids: [149 152]
                      )
                    }
                  spids: [148]
                )
              ]
              spids: [146]
            )
            (Assignment
              keyword: Assign_Local
              pairs: [(assign_pair lhs:(LhsName name:proj) op:Equal spids:[158])]
              spids: [156]
            )
            (If
              arms: [
                (if_arm
                  cond: [
                    (Sentence
                      child: (C {(test)} {(-n)} {(DQ ($ VSub_Name '$category'))})
                      terminator: <Op_Semi ';'>
                    )
                  ]
                  action: [
                    (Assignment
                      keyword: Assign_None
                      pairs: [
                        (assign_pair
                          lhs: (LhsName name:proj)
                          op: Equal
                          rhs: 
                            {
                              (DQ ($ VSub_Name '$category') (/) 
                                (CommandSubPart
                                  command_list: 
                                    (CommandList
                                      children: [(C {(basename)} {($ VSub_Name '$base_dir')})]
                                    )
                                  left_token: <Left_CommandSub '$('>
                                  spids: [179 183]
                                )
                              )
                            }
                          spids: [175]
                        )
                      ]
                      spids: [175]
                    )
                  ]
                  spids: [-1 172]
                )
              ]
              else_action: [
                (Assignment
                  keyword: Assign_None
                  pairs: [
                    (assign_pair
                      lhs: (LhsName name:proj)
                      op: Equal
                      rhs: 
                        {
                          (DQ 
                            (CommandSubPart
                              command_list: 
                                (CommandList
                                  children: [(C {(basename)} {($ VSub_Name '$base_dir')})]
                                )
                              left_token: <Left_CommandSub '$('>
                              spids: [192 196]
                            )
                          )
                        }
                      spids: [190]
                    )
                  ]
                  spids: [190]
                )
              ]
              spids: [187 200]
            )
            (C {(_manifest)} {($ VSub_Name '$proj')} {($ VSub_Name '$base_dir')} 
              {
                (CommandSubPart
                  command_list: 
                    (CommandList
                      children: [
                        (C {(find)} {($ VSub_Name '$base_dir')} {(-name)} {(SQ <'*.sh'>)} {(-a)} 
                          {(-printf)} {(SQ <'%P\\n'>)}
                        )
                      ]
                    )
                  left_token: <Left_CommandSub '$('>
                  spids: [212 230]
                )
              }
            )
          ]
          spids: [137]
        )
      spids: [133 136]
    )
    (FuncDef
      name: _configure-manifest
      body: 
        (BraceGroup
          children: [
            (Assignment
              keyword: Assign_Local
              pairs: [
                (assign_pair
                  lhs: (LhsName name:base_dir)
                  op: Equal
                  rhs: {($ VSub_Number '$1')}
                  spids: [244]
                )
              ]
              spids: [242]
            )
            (C {(shift)})
            (Assignment
              keyword: Assign_Local
              pairs: [
                (assign_pair
                  lhs: (LhsName name:name)
                  op: Equal
                  rhs: 
                    {
                      (CommandSubPart
                        command_list: 
                          (CommandList
                            children: [(C {(basename)} {($ VSub_Name '$base_dir')})]
                          )
                        left_token: <Left_CommandSub '$('>
                        spids: [255 259]
                      )
                    }
                  spids: [254]
                )
              ]
              spids: [252]
            )
            (C {(_manifest)} {(${ VSub_Name name) (__configure)} {($ VSub_Name '$base_dir')} 
              {
                (CommandSubPart
                  command_list: 
                    (CommandList
                      children: [
                        (C {(find)} {($ VSub_Name '$src')} {(-name)} {(SQ <configure>)} {(-a)} {(-printf)} 
                          {(SQ <'%P\\n'>)}
                        )
                      ]
                    )
                  left_token: <Left_CommandSub '$('>
                  spids: [273 291]
                )
              }
            )
          ]
          spids: [239]
        )
      spids: [235 238]
    )
    (FuncDef
      name: oil-sketch-manifest
      body: 
        (BraceGroup
          children: [
            (Assignment
              keyword: Assign_Local
              pairs: [
                (assign_pair
                  lhs: (LhsName name:base_dir)
                  op: Equal
                  rhs: {(TildeSubPart prefix:'') (/git/oil-sketch)}
                  spids: [318]
                )
              ]
              spids: [316]
            )
            (SimpleCommand
              words: [{(pushd)} {($ VSub_Name '$base_dir')}]
              redirects: [(Redir op_id:Redir_Great fd:-1 arg_word:{(/dev/null)} spids:[327])]
            )
            (ForEach
              iter_name: name
              iter_words: [
                {(Lit_Other '*') (.sh)}
                (BracedWordTree
                  parts: [
                    (BracedAltPart
                      words: [{(awk)} {(demo)} {(make)} {(misc)} {(regex)} {(tools)}]
                    )
                    (/)
                    (Lit_Other '*')
                    (.sh)
                  ]
                )
              ]
              do_arg_iter: False
              body: 
                (DoGroup
                  children: [
                    (C {(echo)} {(oil-sketch)} {($ VSub_Name '$base_dir') (/) ($ VSub_Name '$name')} 
                      {($ VSub_Name '$name')}
                    )
                  ]
                  spids: [358 372]
                )
              spids: [336 356]
            )
            (SimpleCommand
              words: [{(popd)}]
              redirects: [(Redir op_id:Redir_Great fd:-1 arg_word:{(/dev/null)} spids:[377])]
            )
          ]
          spids: [313]
        )
      spids: [309 312]
    )
    (FuncDef
      name: oil-manifest
      body: 
        (BraceGroup
          children: [
            (Assignment
              keyword: Assign_Local
              pairs: [
                (assign_pair
                  lhs: (LhsName name:base_dir)
                  op: Equal
                  rhs: {($ VSub_Name '$PWD')}
                  spids: [392]
                )
              ]
              spids: [390]
            )
            (ForEach
              iter_name: name
              iter_words: [
                {(configure)}
                {(install)}
                {(Lit_Other '*') (.sh)}
                (BracedWordTree
                  parts: [
                    (BracedAltPart
                      words: [{(benchmarks)} {(build)} {(test)} {(scripts)} {(opy)}]
                    )
                    (/)
                    (Lit_Other '*')
                    (.sh)
                  ]
                )
              ]
              do_arg_iter: False
              body: 
                (DoGroup
                  children: [
                    (C {(echo)} {(oil)} {($ VSub_Name '$base_dir') (/) ($ VSub_Name '$name')} 
                      {($ VSub_Name '$name')}
                    )
                  ]
                  spids: [427 441]
                )
              spids: [401 425]
            )
          ]
          spids: [387]
        )
      spids: [383 386]
    )
    (Assignment
      keyword: Assign_Readonly
      pairs: [
        (assign_pair
          lhs: (LhsName name:ABORIGINAL_DIR)
          op: Equal
          rhs: {(TildeSubPart prefix:'') (/src/aboriginal-1.4.5)}
          spids: [448]
        )
      ]
      spids: [446]
    )
    (FuncDef
      name: all-manifests
      body: 
        (BraceGroup
          children: [
            (C {(oil-manifest)})
            (Assignment
              keyword: Assign_Local
              pairs: [(assign_pair lhs:(LhsName name:src) op:Equal spids:[498])]
              spids: [496]
            )
            (Assignment
              keyword: Assign_None
              pairs: [
                (assign_pair
                  lhs: (LhsName name:src)
                  op: Equal
                  rhs: {(TildeSubPart prefix:'') (/git/wild/books/wicked_cool_shell_scripts_2e)}
                  spids: [514]
                )
              ]
              spids: [514]
            )
            (C {(_manifest)} 
              {
                (DQ (books/) 
                  (CommandSubPart
                    command_list: (CommandList children:[(C {(basename)} {($ VSub_Name '$src')})])
                    left_token: <Left_CommandSub '$('>
                    spids: [523 527]
                  )
                )
              } {($ VSub_Name '$src')} 
              {
                (CommandSubPart
                  command_list: 
                    (CommandList
                      children: [
                        (C {(find)} {($ VSub_Name '$src')} 
                          {(EscapedLiteralPart token:<Lit_EscapedChar '\\('>)} {(-name)} {(.git)} {(-a)} {(-prune)} {(EscapedLiteralPart token:<Lit_EscapedChar '\\)'>)} {(-o)} 
                          {(EscapedLiteralPart token:<Lit_EscapedChar '\\('>)} {(-type)} {(f)} {(-a)} {(-executable)} {(-a)} {(-printf)} {(SQ <'%P\\n'>)} 
                          {(EscapedLiteralPart token:<Lit_EscapedChar '\\)'>)}
                        )
                      ]
                    )
                  left_token: <Left_CommandSub '$('>
                  spids: [534 577]
                )
              }
            )
            (Assignment
              keyword: Assign_None
              pairs: [
                (assign_pair
                  lhs: (LhsName name:src)
                  op: Equal
                  rhs: {(TildeSubPart prefix:'') (/git/other/bash-completion)}
                  spids: [594]
                )
              ]
              spids: [594]
            )
            (C {(_manifest)} 
              {
                (DQ (shell/) 
                  (CommandSubPart
                    command_list: (CommandList children:[(C {(basename)} {($ VSub_Name '$src')})])
                    left_token: <Left_CommandSub '$('>
                    spids: [603 607]
                  )
                )
              } {($ VSub_Name '$src')} 
              {
                (CommandSubPart
                  command_list: 
                    (CommandList
                      children: [
                        (C {(find)} {($ VSub_Name '$src') (/completions)} {(-type)} {(f)} {(-a)} 
                          {(-printf)} {(SQ <'completions/%P\\n'>)}
                        )
                      ]
                    )
                  left_token: <Left_CommandSub '$('>
                  spids: [614 631]
                )
              }
            )
            (Assignment
              keyword: Assign_None
              pairs: [
                (assign_pair
                  lhs: (LhsName name:src)
                  op: Equal
                  rhs: {(TildeSubPart prefix:'') (/git/other/bats)}
                  spids: [639]
                )
              ]
              spids: [639]
            )
            (C {(_manifest)} 
              {
                (DQ (shell/) 
                  (CommandSubPart
                    command_list: (CommandList children:[(C {(basename)} {($ VSub_Name '$src')})])
                    left_token: <Left_CommandSub '$('>
                    spids: [648 652]
                  )
                )
              } {($ VSub_Name '$src')} 
              {
                (CommandSubPart
                  command_list: 
                    (CommandList
                      children: [
                        (C {(find)} {($ VSub_Name '$src')} 
                          {(EscapedLiteralPart token:<Lit_EscapedChar '\\('>)} {(-wholename)} {(SQ <'*/libexec/*'>)} {(-a)} {(-type)} {(f)} {(-a)} {(-executable)} {(-a)} {(-printf)} 
                          {(SQ <'%P\\n'>)} {(EscapedLiteralPart token:<Lit_EscapedChar '\\)'>)}
                        )
                      ]
                    )
                  left_token: <Left_CommandSub '$('>
                  spids: [659 696]
                )
              }
            )
            (Assignment
              keyword: Assign_None
              pairs: [
                (assign_pair
                  lhs: (LhsName name:src)
                  op: Equal
                  rhs: {(TildeSubPart prefix:'') (/src/bashdb-4.4-0.92)}
                  spids: [704]
                )
              ]
              spids: [704]
            )
            (C {(_manifest)} {(shell/bashdb)} {($ VSub_Name '$src')} 
              {
                (CommandSubPart
                  command_list: 
                    (CommandList
                      children: [
                        (C {(find)} {($ VSub_Name '$src')} {(-name)} {(SQ <'*.sh'>)} {(-a)} {(-printf)} 
                          {(SQ <'%P\\n'>)}
                        )
                      ]
                    )
                  left_token: <Left_CommandSub '$('>
                  spids: [717 735]
                )
              }
            )
            (Assignment
              keyword: Assign_None
              pairs: [
                (assign_pair
                  lhs: (LhsName name:src)
                  op: Equal
                  rhs: {(TildeSubPart prefix:'') (/git/other/Bash-Snippets)}
                  spids: [739]
                )
              ]
              spids: [739]
            )
            (C {(_manifest)} 
              {
                (DQ (shell/) 
                  (CommandSubPart
                    command_list: (CommandList children:[(C {(basename)} {($ VSub_Name '$src')})])
                    left_token: <Left_CommandSub '$('>
                    spids: [748 752]
                  )
                )
              } {($ VSub_Name '$src')} 
              {
                (CommandSubPart
                  command_list: 
                    (CommandList
                      children: [
                        (C {(find)} {($ VSub_Name '$src')} 
                          {(EscapedLiteralPart token:<Lit_EscapedChar '\\('>)} {(-name)} {(.git)} {(-a)} {(-prune)} {(EscapedLiteralPart token:<Lit_EscapedChar '\\)'>)} {(-o)} 
                          {(EscapedLiteralPart token:<Lit_EscapedChar '\\('>)} {(-type)} {(f)} {(-a)} {(-executable)} {(-a)} {(-printf)} {(SQ <'%P\\n'>)} 
                          {(EscapedLiteralPart token:<Lit_EscapedChar '\\)'>)}
                        )
                      ]
                    )
                  left_token: <Left_CommandSub '$('>
                  spids: [759 802]
                )
              }
            )
            (Assignment
              keyword: Assign_None
              pairs: [
                (assign_pair
                  lhs: (LhsName name:src)
                  op: Equal
                  rhs: {(TildeSubPart prefix:'') (/git/other/asdf)}
                  spids: [823]
                )
              ]
              spids: [823]
            )
            (C {(_manifest)} 
              {
                (DQ (shell/) 
                  (CommandSubPart
                    command_list: (CommandList children:[(C {(basename)} {($ VSub_Name '$src')})])
                    left_token: <Left_CommandSub '$('>
                    spids: [832 836]
                  )
                )
              } {($ VSub_Name '$src')} 
              {
                (CommandSubPart
                  command_list: 
                    (CommandList
                      children: [
                        (C {(find)} {($ VSub_Name '$src')} 
                          {(EscapedLiteralPart token:<Lit_EscapedChar '\\('>)} {(-name)} {(SQ <'*.sh'>)} {(-o)} {(-name)} {(SQ <'*.bash'>)} 
                          {(EscapedLiteralPart token:<Lit_EscapedChar '\\)'>)} {(-a)} {(-printf)} {(SQ <'%P\\n'>)}
                        )
                      ]
                    )
                  left_token: <Left_CommandSub '$('>
                  spids: [843 874]
                )
              }
            )
            (Assignment
              keyword: Assign_None
              pairs: [
                (assign_pair
                  lhs: (LhsName name:src)
                  op: Equal
                  rhs: {(TildeSubPart prefix:'') (/git/other/scripts-to-rule-them-all)}
                  spids: [878]
                )
              ]
              spids: [878]
            )
            (C {(_manifest)} 
              {
                (DQ (shell/) 
                  (CommandSubPart
                    command_list: (CommandList children:[(C {(basename)} {($ VSub_Name '$src')})])
                    left_token: <Left_CommandSub '$('>
                    spids: [887 891]
                  )
                )
              } {($ VSub_Name '$src')} 
              {
                (CommandSubPart
                  command_list: 
                    (CommandList
                      children: [
                        (C {(find)} {($ VSub_Name '$src')} 
                          {(EscapedLiteralPart token:<Lit_EscapedChar '\\('>)} {(-name)} {(.git)} {(-a)} {(-prune)} {(EscapedLiteralPart token:<Lit_EscapedChar '\\)'>)} {(-o)} 
                          {(EscapedLiteralPart token:<Lit_EscapedChar '\\('>)} {(-type)} {(f)} {(-a)} {(-executable)} {(-a)} {(-printf)} {(SQ <'%P\\n'>)} 
                          {(EscapedLiteralPart token:<Lit_EscapedChar '\\)'>)}
                        )
                      ]
                    )
                  left_token: <Left_CommandSub '$('>
                  spids: [898 941]
                )
              }
            )
            (Assignment
              keyword: Assign_None
              pairs: [
                (assign_pair
                  lhs: (LhsName name:src)
                  op: Equal
                  rhs: {(TildeSubPart prefix:'') (/git/wild/shell/shflags)}
                  spids: [945]
                )
              ]
              spids: [945]
            )
            (C {(_manifest)} 
              {
                (DQ (shell/) 
                  (CommandSubPart
                    command_list: (CommandList children:[(C {(basename)} {($ VSub_Name '$src')})])
                    left_token: <Left_CommandSub '$('>
                    spids: [954 958]
                  )
                )
              } {($ VSub_Name '$src')} 
              {
                (CommandSubPart
                  command_list: 
                    (CommandList
                      children: [
                        (C {(find)} {($ VSub_Name '$src')} {(SQ <'('>)} {(-name)} {(.git)} {(-a)} {(-prune)} 
                          {(SQ <')'>)} {(-o)} {(SQ <'('>)} {(-name)} {(SQ <'*.sh'>)} {(-o)} {(-name)} {(shflags)} {(-o)} {(-name)} {(shlib)} {(-o)} 
                          {(-name)} {(shunit2)} {(-o)} {(-name)} {(versions)} {(SQ <')'>)} {(-a)} {(-printf)} {(SQ <'%P\\n'>)}
                        )
                      ]
                    )
                  left_token: <Left_CommandSub '$('>
                  spids: [965 1041]
                )
              }
            )
            (C {(_sh-manifest)} {(TildeSubPart prefix:'') (/git/other/modernish)} {(shell)})
            (C {(_sh-manifest)} {(TildeSubPart prefix:'') (/git/other/posixcube)} {(shell)})
            (C {(_sh-manifest)} {(TildeSubPart prefix:'') (/git/languages/ast)} {(shell)})
            (C {(_sh-manifest)} {(TildeSubPart prefix:'') (/git/languages/mwc-sh)} {(shell)})
            (C {(_sh-manifest)} {(TildeSubPart prefix:'') (/src/mksh)} {(shell)})
            (C {(_sh-manifest)} {(TildeSubPart prefix:'') (/git/other/minimal)} {(distro)})
            (C {(_sh-manifest)} {(TildeSubPart prefix:'') (/git/other/linuxkit)} {(distro)})
            (C {(_sh-manifest)} {(TildeSubPart prefix:'') (/git/other/portage)} {(distro)})
            (Assignment
              keyword: Assign_None
              pairs: [
                (assign_pair
                  lhs: (LhsName name:src)
                  op: Equal
                  rhs: {(TildeSubPart prefix:'') (/git/alpine/aports)}
                  spids: [1132]
                )
              ]
              spids: [1132]
            )
            (C {(_manifest)} {(distro/alpine-aports)} {($ VSub_Name '$src')} 
              {
                (CommandSubPart
                  command_list: 
                    (CommandList
                      children: [
                        (C {(find)} {($ VSub_Name '$src')} {(-name)} {(APKBUILD)} {(-a)} {(-printf)} 
                          {(SQ <'%P\\n'>)}
                        )
                      ]
                    )
                  left_token: <Left_CommandSub '$('>
                  spids: [1145 1161]
                )
              }
            )
            (Assignment
              keyword: Assign_None
              pairs: [
                (assign_pair
                  lhs: (LhsName name:src)
                  op: Equal
                  rhs: {($ VSub_Name '$ABORIGINAL_DIR')}
                  spids: [1165]
                )
              ]
              spids: [1165]
            )
            (C {(_manifest)} {(distro/aboriginal)} {($ VSub_Name '$src')} 
              {
                (CommandSubPart
                  command_list: 
                    (CommandList
                      children: [
                        (C {(find)} {($ VSub_Name '$src')} {(-name)} {(SQ <'*.sh'>)} {(-printf)} 
                          {(SQ <'%P\\n'>)}
                        )
                      ]
                    )
                  left_token: <Left_CommandSub '$('>
                  spids: [1177 1193]
                )
              }
            )
            (Assignment
              keyword: Assign_None
              pairs: [(assign_pair lhs:(LhsName name:src) op:Equal rhs:{(/etc/init.d)} spids:[1197])]
              spids: [1197]
            )
            (C {(_manifest)} {(distro/initd)} {($ VSub_Name '$src')} 
              {
                (CommandSubPart
                  command_list: 
                    (CommandList
                      children: [
                        (C {(find)} {($ VSub_Name '$src')} {(-type)} {(f)} {(-a)} {(-executable)} {(-a)} 
                          {(-printf)} {(SQ <'%P\\n'>)}
                        )
                      ]
                    )
                  left_token: <Left_CommandSub '$('>
                  spids: [1209 1229]
                )
              }
            )
            (Assignment
              keyword: Assign_None
              pairs: [(assign_pair lhs:(LhsName name:src) op:Equal rhs:{(/usr/bin)} spids:[1233])]
              spids: [1233]
            )
            (C {(_manifest)} {(distro/usr-bin)} {($ VSub_Name '$src')} 
              {
                (CommandSubPart
                  command_list: 
                    (CommandList
                      children: [
                        (C {(find)} {($ VSub_Name '$src')} {(-name)} {(SQ <'*.sh'>)} {(-a)} {(-printf)} 
                          {(SQ <'%P\\n'>)}
                        )
                      ]
                    )
                  left_token: <Left_CommandSub '$('>
                  spids: [1245 1263]
                )
              }
            )
            (Assignment
              keyword: Assign_None
              pairs: [
                (assign_pair
                  lhs: (LhsName name:src)
                  op: Equal
                  rhs: {(TildeSubPart prefix:'') (/git/basis-build/_tmp/debootstrap)}
                  spids: [1271]
                )
              ]
              spids: [1271]
            )
            (C {(_manifest)} {(distro/debootstrap)} {($ VSub_Name '$src')} 
              {
                (CommandSubPart
                  command_list: 
                    (CommandList
                      children: [
                        (C {(find)} {($ VSub_Name '$src')} {(SQ <'('>)} {(-name)} {(debootstrap)} {(-o)} 
                          {(-name)} {(functions)} {(SQ <')'>)} {(-a)} {(-printf)} {(SQ <'%P\\n'>)}
                        )
                      ]
                    )
                  left_token: <Left_CommandSub '$('>
                  spids: [1284 1314]
                )
              } 
              {
                (CommandSubPart
                  command_list: 
                    (CommandList
                      children: [
                        (C {(find)} {($ VSub_Name '$src') (/scripts)} {(-type)} {(f)} {(-a)} {(-printf)} 
                          {(SQ <'scripts/%P\\n'>)}
                        )
                      ]
                    )
                  left_token: <Left_CommandSub '$('>
                  spids: [1318 1335]
                )
              }
            )
            (Assignment
              keyword: Assign_None
              pairs: [
                (assign_pair
                  lhs: (LhsName name:src)
                  op: Equal
                  rhs: {(TildeSubPart prefix:'') (/src/grep-2.24)}
                  spids: [1339]
                )
              ]
              spids: [1339]
            )
            (C {(_sh-manifest)} {($ VSub_Name '$src')} {(gnu)})
            (Assignment
              keyword: Assign_None
              pairs: [
                (assign_pair
                  lhs: (LhsName name:src)
                  op: Equal
                  rhs: {(TildeSubPart prefix:'') (/src/coreutils-8.22)}
                  spids: [1352]
                )
              ]
              spids: [1352]
            )
            (C {(_sh-manifest)} {($ VSub_Name '$src')} {(gnu)})
            (Assignment
              keyword: Assign_None
              pairs: [
                (assign_pair
                  lhs: (LhsName name:src)
                  op: Equal
                  rhs: {(TildeSubPart prefix:'') (/src/glibc-2.23)}
                  spids: [1365]
                )
              ]
              spids: [1365]
            )
            (C {(_sh-manifest)} {($ VSub_Name '$src')} {(gnu)})
            (Assignment
              keyword: Assign_None
              pairs: [
                (assign_pair
                  lhs: (LhsName name:src)
                  op: Equal
                  rhs: {(TildeSubPart prefix:'') (/src/binutils-2.26)}
                  spids: [1378]
                )
              ]
              spids: [1378]
            )
            (C {(_sh-manifest)} {($ VSub_Name '$src')} {(gnu)})
            (Assignment
              keyword: Assign_None
              pairs: [
                (assign_pair
                  lhs: (LhsName name:src)
                  op: Equal
                  rhs: {(TildeSubPart prefix:'') (/src/freebsd-11.1/usr/src)}
                  spids: [1408]
                )
              ]
              spids: [1408]
            )
            (C {(_manifest)} {(freebsd-11.1)} {($ VSub_Name '$src')} 
              {
                (CommandSubPart
                  command_list: 
                    (CommandList
                      children: [
                        (C {(find)} {($ VSub_Name '$src')} {(-name)} {(SQ <'*.sh'>)} {(-a)} {(KW_Bang '!')} 
                          {(-name)} {(SQ <ltmain.sh>)} {(-a)} {(-printf)} {(SQ <'%P\\n'>)}
                        )
                      ]
                    )
                  left_token: <Left_CommandSub '$('>
                  spids: [1421 1449]
                )
              }
            )
            (C {(_sh-manifest)} {(TildeSubPart prefix:'') (/git/other/minix)})
            (C {(_sh-manifest)} {(TildeSubPart prefix:'') (/git/other/illumos-gate)})
            (C {(_sh-manifest)} {(TildeSubPart prefix:'') (/git/other/daemontools-encore)})
            (C {(_sh-manifest)} {(TildeSubPart prefix:'') (/git/other/mesos)} {(cloud)})
            (C {(_sh-manifest)} {(TildeSubPart prefix:'') (/git/other/rocket)} {(cloud)})
            (C {(_sh-manifest)} {(TildeSubPart prefix:'') (/git/other/docker)} {(cloud)})
            (C {(_sh-manifest)} {(TildeSubPart prefix:'') (/git/other/chef-bcpc)} {(cloud)})
            (C {(_sh-manifest)} {(TildeSubPart prefix:'') (/git/other/sandstorm)} {(cloud)})
            (C {(_sh-manifest)} {(TildeSubPart prefix:'') (/git/other/kubernetes)} {(cloud)})
            (C {(_sh-manifest)} {(TildeSubPart prefix:'') (/git/other/manta-marlin)} {(cloud)})
            (Assignment
              keyword: Assign_None
              pairs: [
                (assign_pair
                  lhs: (LhsName name:src)
                  op: Equal
                  rhs: {(TildeSubPart prefix:'') (/git/other/dokku)}
                  spids: [1541]
                )
              ]
              spids: [1541]
            )
            (C {(_manifest)} {(cloud/dokku)} {($ VSub_Name '$src')} 
              {
                (CommandSubPart
                  command_list: 
                    (CommandList
                      children: [
                        (C {(find)} {($ VSub_Name '$src')} {(SQ <'('>)} {(-name)} {(SQ <'*.sh'>)} {(-o)} 
                          {(-name)} {(dokku)} {(SQ <')'>)} {(-a)} {(-printf)} {(SQ <'%P\\n'>)}
                        )
                      ]
                    )
                  left_token: <Left_CommandSub '$('>
                  spids: [1554 1586]
                )
              }
            )
            (C {(_sh-manifest)} {(TildeSubPart prefix:'') (/git/other/bazel)} {(google)})
            (C {(_sh-manifest)} {(TildeSubPart prefix:'') (/git/other/protobuf)} {(google)})
            (C {(_sh-manifest)} {(TildeSubPart prefix:'') (/git/other/kythe)} {(google)})
            (C {(_sh-manifest)} {(TildeSubPart prefix:'') (/git/other/tensorflow)} {(google)})
            (C {(_sh-manifest)} {(TildeSubPart prefix:'') (/git/scratch/shasm)} {(esoteric)})
            (C {(_sh-manifest)} {(TildeSubPart prefix:'') (/git/wild/esoteric/wwwoosh)} {(esoteric)})
            (C {(_sh-manifest)} {(TildeSubPart prefix:'') (/git/wild/esoteric/lishp)} {(esoteric)})
            (Assignment
              keyword: Assign_None
              pairs: [
                (assign_pair
                  lhs: (LhsName name:src)
                  op: Equal
                  rhs: {(TildeSubPart prefix:'') (/git/wild/esoteric/setup.shl)}
                  spids: [1681]
                )
              ]
              spids: [1681]
            )
            (C {(_manifest)} {(esoteric/setup.shl)} {($ VSub_Name '$src')} 
              {
                (CommandSubPart
                  command_list: 
                    (CommandList
                      children: [
                        (C {(find)} {($ VSub_Name '$src')} {(-type)} {(f)} {(-a)} {(SQ <'('>)} {(-name)} 
                          {(SQ <'*.shl'>)} {(-o)} {(-name)} {(setup)} {(-o)} {(-name)} {(Setup)} {(SQ <')'>)} {(-a)} {(-printf)} {(SQ <'%P\\n'>)}
                        )
                      ]
                    )
                  left_token: <Left_CommandSub '$('>
                  spids: [1694 1744]
                )
              }
            )
            (Assignment
              keyword: Assign_None
              pairs: [
                (assign_pair
                  lhs: (LhsName name:src)
                  op: Equal
                  rhs: {(TildeSubPart prefix:'') (/git/wild/esoteric/mal/bash)}
                  spids: [1748]
                )
              ]
              spids: [1748]
            )
            (C {(_manifest)} {(esoteric/make-a-lisp-bash)} {($ VSub_Name '$src')} 
              {
                (CommandSubPart
                  command_list: 
                    (CommandList
                      children: [
                        (C {(find)} {($ VSub_Name '$src')} {(SQ <'('>)} {(-name)} {(SQ <'*.sh'>)} 
                          {(SQ <')'>)} {(-a)} {(-printf)} {(SQ <'%P\\n'>)}
                        )
                      ]
                    )
                  left_token: <Left_CommandSub '$('>
                  spids: [1761 1787]
                )
              }
            )
            (Assignment
              keyword: Assign_None
              pairs: [
                (assign_pair
                  lhs: (LhsName name:src)
                  op: Equal
                  rhs: {(TildeSubPart prefix:'') (/git/wild/esoteric/gherkin)}
                  spids: [1791]
                )
              ]
              spids: [1791]
            )
            (C {(_manifest)} {(esoteric/gherkin)} {($ VSub_Name '$src')} 
              {
                (CommandSubPart
                  command_list: 
                    (CommandList
                      children: [
                        (C {(find)} {($ VSub_Name '$src')} {(SQ <'('>)} {(-name)} {(SQ <'*.sh'>)} {(-o)} 
                          {(-name)} {(SQ <gherkin>)} {(SQ <')'>)} {(-a)} {(-printf)} {(SQ <'%P\\n'>)}
                        )
                      ]
                    )
                  left_token: <Left_CommandSub '$('>
                  spids: [1804 1838]
                )
              }
            )
            (Assignment
              keyword: Assign_None
              pairs: [
                (assign_pair
                  lhs: (LhsName name:src)
                  op: Equal
                  rhs: {(TildeSubPart prefix:'') (/git/wild/esoteric/balls)}
                  spids: [1842]
                )
              ]
              spids: [1842]
            )
            (C {(_manifest)} {(esoteric/balls)} {($ VSub_Name '$src')} 
              {
                (CommandSubPart
                  command_list: 
                    (CommandList
                      children: [
                        (C {(find)} {($ VSub_Name '$src')} {(SQ <'('>)} {(-name)} {(SQ <'*.sh'>)} {(-o)} 
                          {(-name)} {(balls)} {(-o)} {(-name)} {(esh)} {(SQ <')'>)} {(-a)} {(-printf)} {(SQ <'%P\\n'>)}
                        )
                      ]
                    )
                  left_token: <Left_CommandSub '$('>
                  spids: [1855 1895]
                )
              }
            )
            (Assignment
              keyword: Assign_None
              pairs: [
                (assign_pair
                  lhs: (LhsName name:src)
                  op: Equal
                  rhs: {(TildeSubPart prefix:'') (/git/wild/esoteric/bashcached)}
                  spids: [1899]
                )
              ]
              spids: [1899]
            )
            (C {(_manifest)} {(esoteric/bashcached)} {($ VSub_Name '$src')} 
              {
                (CommandSubPart
                  command_list: 
                    (CommandList
                      children: [
                        (C {(find)} {($ VSub_Name '$src')} {(SQ <'('>)} {(-name)} {(SQ <'*.sh'>)} {(-o)} 
                          {(-name)} {(SQ <bashcached>)} {(SQ <')'>)} {(-a)} {(-printf)} {(SQ <'%P\\n'>)}
                        )
                      ]
                    )
                  left_token: <Left_CommandSub '$('>
                  spids: [1912 1946]
                )
              }
            )
            (Assignment
              keyword: Assign_None
              pairs: [
                (assign_pair
                  lhs: (LhsName name:src)
                  op: Equal
                  rhs: {(TildeSubPart prefix:'') (/git/wild/esoteric/quinedb)}
                  spids: [1950]
                )
              ]
              spids: [1950]
            )
            (C {(_manifest)} {(esoteric/quinedb)} {($ VSub_Name '$src')} 
              {
                (CommandSubPart
                  command_list: 
                    (CommandList
                      children: [
                        (C {(find)} {($ VSub_Name '$src')} {(SQ <'('>)} {(-name)} {(SQ <'*.sh'>)} {(-o)} 
                          {(-name)} {(SQ <quinedb>)} {(SQ <')'>)} {(-a)} {(-printf)} {(SQ <'%P\\n'>)}
                        )
                      ]
                    )
                  left_token: <Left_CommandSub '$('>
                  spids: [1963 1997]
                )
              }
            )
            (Assignment
              keyword: Assign_None
              pairs: [
                (assign_pair
                  lhs: (LhsName name:src)
                  op: Equal
                  rhs: {(TildeSubPart prefix:'') (/git/wild/esoteric/bashttpd)}
                  spids: [2001]
                )
              ]
              spids: [2001]
            )
            (C {(_manifest)} {(esoteric/bashttpd)} {($ VSub_Name '$src')} 
              {
                (CommandSubPart
                  command_list: 
                    (CommandList
                      children: [
                        (C {(find)} {($ VSub_Name '$src')} {(-name)} {(SQ <bashttpd>)} {(-a)} {(-printf)} 
                          {(SQ <'%P\\n'>)}
                        )
                      ]
                    )
                  left_token: <Left_CommandSub '$('>
                  spids: [2014 2032]
                )
              }
            )
            (Assignment
              keyword: Assign_None
              pairs: [
                (assign_pair
                  lhs: (LhsName name:src)
                  op: Equal
                  rhs: {(TildeSubPart prefix:'') (/git/other/j)}
                  spids: [2040]
                )
              ]
              spids: [2040]
            )
            (C {(_manifest)} {(esoteric/j)} {($ VSub_Name '$src')} 
              {
                (CommandSubPart
                  command_list: 
                    (CommandList
                      children: [
                        (C {(find)} {($ VSub_Name '$src')} {(-type)} {(f)} {(-a)} {(-name)} {(j)} {(-a)} 
                          {(-printf)} {(SQ <'%P\\n'>)}
                        )
                      ]
                    )
                  left_token: <Left_CommandSub '$('>
                  spids: [2053 2075]
                )
              }
            )
            (C {(_sh-manifest)} {(TildeSubPart prefix:'') (/git/other/JSON.sh)} {(esoteric)})
            (C {(_sh-manifest)} {(TildeSubPart prefix:'') (/git/languages/julia)})
            (C {(_sh-manifest)} {(TildeSubPart prefix:'') (/git/languages/reason)})
            (C {(_sh-manifest)} {(TildeSubPart prefix:'') (/git/languages/sdk)})
            (C {(_sh-manifest)} {(TildeSubPart prefix:'') (/git/languages/micropython)})
            (C {(_sh-manifest)} {(TildeSubPart prefix:'') (/git/other/staticpython)})
            (C {(_sh-manifest)} {(TildeSubPart prefix:'') (/git/other/exp)})
            (Assignment
              keyword: Assign_None
              pairs: [
                (assign_pair
                  lhs: (LhsName name:src)
                  op: Equal
                  rhs: {(TildeSubPart prefix:'') (/hg/other)}
                  spids: [2183]
                )
              ]
              spids: [2183]
            )
            (C {(_manifest)} {(hg-other)} {($ VSub_Name '$src')} 
              {
                (CommandSubPart
                  command_list: 
                    (CommandList
                      children: [
                        (C {(find)} {($ VSub_Name '$src')} {(-name)} {(SQ <'*.sh'>)} {(-a)} {(-printf)} 
                          {(SQ <'%P\\n'>)}
                        )
                      ]
                    )
                  left_token: <Left_CommandSub '$('>
                  spids: [2196 2214]
                )
              }
            )
            (C {(_sh-manifest)} {(TildeSubPart prefix:'') (/src/linux-4.8.7)})
            (Assignment
              keyword: Assign_None
              pairs: [
                (assign_pair
                  lhs: (LhsName name:src)
                  op: Equal
                  rhs: {(TildeSubPart prefix:'') (/git/other/git)}
                  spids: [2254]
                )
              ]
              spids: [2254]
            )
            (C {(_manifest)} 
              {
                (CommandSubPart
                  command_list: (CommandList children:[(C {(basename)} {($ VSub_Name '$src')})])
                  left_token: <Left_CommandSub '$('>
                  spids: [2261 2265]
                )
              } {($ VSub_Name '$src')} 
              {
                (CommandSubPart
                  command_list: 
                    (CommandList
                      children: [
                        (C {(find)} {($ VSub_Name '$src')} {(-name)} {(SQ <'*.sh'>)} {(-a)} {(KW_Bang '!')} 
                          {(-name)} {(SQ <git-gui.sh>)} {(KW_Bang '!')} {(-name)} {(SQ <po2msg.sh>)} {(-a)} {(-printf)} {(SQ <'%P\\n'>)}
                        )
                      ]
                    )
                  left_token: <Left_CommandSub '$('>
                  spids: [2271 2313]
                )
              }
            )
            (C {(_sh-manifest)} {(TildeSubPart prefix:'') (/git/other/liballocs)})
            (C {(_sh-manifest)} {(TildeSubPart prefix:'') (/git/other/boringssl)})
            (C {(_sh-manifest)} {(TildeSubPart prefix:'') (/git/other/arrow)})
            (Assignment
              keyword: Assign_None
              pairs: [
                (assign_pair
                  lhs: (LhsName name:src)
                  op: Equal
                  rhs: {(TildeSubPart prefix:'') (/git/other/perf-tools)}
                  spids: [2370]
                )
              ]
              spids: [2370]
            )
            (C {(_manifest)} 
              {
                (CommandSubPart
                  command_list: (CommandList children:[(C {(basename)} {($ VSub_Name '$src')})])
                  left_token: <Left_CommandSub '$('>
                  spids: [2377 2381]
                )
              } {($ VSub_Name '$src')} 
              {
                (CommandSubPart
                  command_list: 
                    (CommandList
                      children: [
                        (C {(find)} {($ VSub_Name '$src')} 
                          {(EscapedLiteralPart token:<Lit_EscapedChar '\\('>)} {(-name)} {(.git)} {(-a)} {(-prune)} {(EscapedLiteralPart token:<Lit_EscapedChar '\\)'>)} {(-o)} 
                          {(EscapedLiteralPart token:<Lit_EscapedChar '\\('>)} {(-name)} {(tcpretrans)} {(-a)} {(-prune)} {(EscapedLiteralPart token:<Lit_EscapedChar '\\)'>)} {(-o)} 
                          {(EscapedLiteralPart token:<Lit_EscapedChar '\\('>)} {(-type)} {(f)} {(-a)} {(-executable)} {(-a)} {(-printf)} {(SQ <'%P\\n'>)} 
                          {(EscapedLiteralPart token:<Lit_EscapedChar '\\)'>)}
                        )
                      ]
                    )
                  left_token: <Left_CommandSub '$('>
                  spids: [2387 2446]
                )
              }
            )
            (Assignment
              keyword: Assign_None
              pairs: [
                (assign_pair
                  lhs: (LhsName name:src)
                  op: Equal
                  rhs: {(TildeSubPart prefix:'') (/git/other/pixelb-scripts)}
                  spids: [2467]
                )
              ]
              spids: [2467]
            )
            (C {(_manifest)} {(pixelb-scripts)} {($ VSub_Name '$src')} 
              {
                (CommandSubPart
                  command_list: 
                    (CommandList
                      children: [
                        (C {(find)} {($ VSub_Name '$src')} 
                          {(EscapedLiteralPart token:<Lit_EscapedChar '\\('>)} {(-name)} {(.git)} {(-a)} {(-prune)} {(EscapedLiteralPart token:<Lit_EscapedChar '\\)'>)} {(-o)} 
                          {(EscapedLiteralPart token:<Lit_EscapedChar '\\('>)} {(-type)} {(f)} {(-a)} {(-executable)} {(-a)} {(KW_Bang '!')} {(-name)} {(SQ <'*.py'>)} {(-a)} {(-exec)} 
                          {(test/shebang.sh)} {(is-shell)} {(Lit_LBrace '{') (Lit_RBrace '}')} {(SQ <';'>)} {(-a)} {(-printf)} {(SQ <'%P\\n'>)} 
                          {(EscapedLiteralPart token:<Lit_EscapedChar '\\)'>)}
                        )
                      ]
                    )
                  left_token: <Left_CommandSub '$('>
                  spids: [2480 2554]
                )
              }
            )
            (Assignment
              keyword: Assign_None
              pairs: [
                (assign_pair
                  lhs: (LhsName name:src)
                  op: Equal
                  rhs: {(TildeSubPart prefix:'') (/git/other/wd)}
                  spids: [2566]
                )
              ]
              spids: [2566]
            )
            (C {(_manifest)} 
              {
                (CommandSubPart
                  command_list: (CommandList children:[(C {(basename)} {($ VSub_Name '$src')})])
                  left_token: <Left_CommandSub '$('>
                  spids: [2573 2577]
                )
              } {($ VSub_Name '$src')} 
              {
                (CommandSubPart
                  command_list: 
                    (CommandList
                      children: [
                        (C {(find)} {($ VSub_Name '$src')} {(-type)} {(f)} {(-a)} {(-name)} {(wd)} {(-a)} 
                          {(-printf)} {(SQ <'%P\\n'>)}
                        )
                      ]
                    )
                  left_token: <Left_CommandSub '$('>
                  spids: [2583 2605]
                )
              }
            )
            (ControlFlow token:<ControlFlow_Return return>)
            (C {(log)} {(DQ ('Finding Files in Big Projects'))})
            (Assignment
              keyword: Assign_Readonly
              pairs: [
                (assign_pair
                  lhs: (LhsName name:BIG_BUILD_ROOT)
                  op: Equal
                  rhs: {(/media/andy/hdd-8T/big-build/ssd-backup/sdb/build)}
                  spids: [2634]
                )
              ]
              spids: [2632]
            )
            (TimeBlock
              pipeline: 
                (BraceGroup
                  children: [
                    (C {(_sh-manifest)} {($ VSub_Name '$BIG_BUILD_ROOT') (/hg/other/mozilla-central/)})
                    (C {(_sh-manifest)} {($ VSub_Name '$BIG_BUILD_ROOT') (/chrome)})
                    (C {(_configure-manifest)} {($ VSub_Name '$BIG_BUILD_ROOT') (/chrome)})
                    (C {(_sh-manifest)} {($ VSub_Name '$BIG_BUILD_ROOT') (/android)})
                    (C {(_configure-manifest)} {($ VSub_Name '$BIG_BUILD_ROOT') (/android)})
                    (C {(_sh-manifest)} {($ VSub_Name '$BIG_BUILD_ROOT') (/openwrt)})
                    (C {(_sh-manifest)} {($ VSub_Name '$BIG_BUILD_ROOT') (/OpenWireless)})
                  ]
                  spids: [2649]
                )
            )
          ]
          spids: [467]
        )
      spids: [463 466]
    )
    (Assignment
      keyword: Assign_Readonly
      pairs: [
        (assign_pair
          lhs: (LhsName name:MANIFEST)
          op: Equal
          rhs: {(_tmp/wild/MANIFEST.txt)}
          spids: [2707]
        )
      ]
      spids: [2705]
    )
    (FuncDef
      name: write-manifest
      body: 
        (BraceGroup
          children: [
            (C {(mkdir)} {(-p)} {(_tmp/wild)})
            (Assignment
              keyword: Assign_Local
              pairs: [
                (assign_pair
                  lhs: (LhsName name:out)
                  op: Equal
                  rhs: {($ VSub_Name '$MANIFEST')}
                  spids: [2727]
                )
              ]
              spids: [2725]
            )
            (SimpleCommand
              words: [{(all-manifests)}]
              redirects: [
                (Redir
                  op_id: Redir_Great
                  fd: -1
                  arg_word: {($ VSub_Name '$out')}
                  spids: [2733]
                )
              ]
            )
            (C {(wc)} {(-l)} {($ VSub_Name '$out')})
          ]
          spids: [2715]
        )
      spids: [2711 2714]
    )
    (FuncDef
      name: abspaths
      body: 
        (BraceGroup
          children: [
            (Assignment
              keyword: Assign_Local
              pairs: [
                (assign_pair
                  lhs: (LhsName name:proj)
                  op: Equal
                  rhs: 
                    {
                      (BracedVarSub
                        token: <VSub_Number 1>
                        suffix_op: (StringUnary op_id:VTest_ColonHyphen arg_word:{})
                        spids: [2777 2780]
                      )
                    }
                  spids: [2776]
                )
              ]
              spids: [2774]
            )
            (If
              arms: [
                (if_arm
                  cond: [
                    (Sentence
                      child: (C {(test)} {(-n)} {(DQ ($ VSub_Name '$proj'))})
                      terminator: <Op_Semi ';'>
                    )
                  ]
                  action: [
                    (C {(awk)} {(-v)} {(Lit_VarLike 'proj=') ($ VSub_Name '$proj')} 
                      {(SQ <'$1 == proj {print $2}'>)} {($ VSub_Name '$MANIFEST')}
                    )
                  ]
                  spids: [-1 2794]
                )
              ]
              else_action: [(C {(awk)} {(SQ <'{print $2}'>)} {($ VSub_Name '$MANIFEST')})]
              spids: [2811 2823]
            )
          ]
          spids: [2771]
        )
      spids: [2767 2770]
    )
    (FuncDef
      name: count-lines
      body: 
        (BraceGroup
          children: [
            (TimeBlock
              pipeline: 
                (Pipeline
                  children: [
                    (C {(abspaths)})
                    (C {(grep)} {(-v)} {(ltmain.sh)})
                    (C {(tr)} {(SQ <'\\n'>)} {(SQ <'\\0'>)})
                    (C {(wc)} {(-l)} {(--files0-from)} {(-)})
                    (C {(sort)} {(-n)})
                  ]
                  negated: False
                )
            )
          ]
          spids: [2835]
        )
      spids: [2831 2834]
    )
    (FuncDef
      name: grep-features1
      body: 
        (BraceGroup
          children: [
            (TimeBlock
              pipeline: 
                (Pipeline
                  children: [
                    (C {(abspaths)})
                    (C {(grep)} {(-v)} {(ltmain.sh)})
                    (C {(xargs)} {(egrep)} {(SQ <'^[[:space:]]*[a-zA-Z0-9]+\\[.*\\]='>)})
                  ]
                  negated: False
                )
            )
          ]
          spids: [2904]
        )
      spids: [2900 2903]
    )
    (FuncDef
      name: grep-features2
      body: 
        (BraceGroup
          children: [
            (TimeBlock
              pipeline: 
                (Pipeline
                  children: [
                    (C {(abspaths)})
                    (C {(grep)} {(-v)} {(ltmain.sh)})
                    (C {(xargs)} {(grep)} {(-F)} {(SQ <'=(['>)})
                  ]
                  negated: False
                )
            )
          ]
          spids: [2953]
        )
      spids: [2949 2952]
    )
    (FuncDef
      name: grep-features3
      body: 
        (BraceGroup
          children: [
            (TimeBlock
              pipeline: 
                (Pipeline
                  children: [
                    (C {(abspaths)})
                    (C {(grep)} {(-v)} {(ltmain.sh)})
                    (C {(xargs)} {(grep)} {(-F)} {(SQ <';&'>)})
                  ]
                  negated: False
                )
            )
          ]
          spids: [3000]
        )
      spids: [2996 2999]
    )
    (FuncDef
      name: detect-all-types
      body: 
        (BraceGroup
          children: [
            (TimeBlock
              pipeline: 
                (Pipeline
                  children: [
                    (C {(abspaths)})
                    (C {(xargs)} {(file)})
                    (SimpleCommand
                      words: [{(pv)}]
                      redirects: [
                        (Redir
                          op_id: Redir_Great
                          fd: -1
                          arg_word: {(_tmp/wild/file-types.txt)}
                          spids: [3072]
                        )
                      ]
                    )
                  ]
                  negated: False
                )
            )
          ]
          spids: [3055]
        )
      spids: [3051 3054]
    )
    (FuncDef
      name: wild-types
      body: 
        (BraceGroup
          children: [
            (Pipeline
              children: [(C {(cat)} {(_tmp/wild/file-types.txt)}) (C {(test/wild_types.py)})]
              negated: False
            )
          ]
          spids: [3083]
        )
      spids: [3079 3082]
    )
    (FuncDef
      name: all
      body: 
        (BraceGroup
          children: [(C {(test/wild-runner.sh)} {(parse-and-report)} {(DQ ($ VSub_At '$@'))})]
          spids: [3104]
        )
      spids: [3100 3103]
    )
    (FuncDef
      name: find-tracebacks
      body: 
        (BraceGroup
          children: [
            (Pipeline
              children: [
                (C {(find)} {(_tmp/wild/raw)} {(-name)} {(SQ <'*__parse.stderr.txt*'>)})
                (C {(xargs)} {(grep)} {(-l)} {(SQ <Traceback>)})
              ]
              negated: False
            )
          ]
          spids: [3122]
        )
      spids: [3118 3121]
    )
    (FuncDef
      name: find-with-shebang
      body: 
        (BraceGroup
          children: [
            (Assignment
              keyword: Assign_Local
              pairs: [
                (assign_pair
                  lhs: (LhsName name:dir)
                  op: Equal
                  rhs: {($ VSub_Number '$1')}
                  spids: [3160]
                )
              ]
              spids: [3158]
            )
            (TimeBlock
              pipeline: 
                (C {(find)} {($ VSub_Name '$dir')} {(EscapedLiteralPart token:<Lit_EscapedChar '\\('>)} 
                  {(-name)} {(.git)} {(-a)} {(-prune)} {(EscapedLiteralPart token:<Lit_EscapedChar '\\)'>)} {(-o)} 
                  {(EscapedLiteralPart token:<Lit_EscapedChar '\\('>)} {(-regex)} {(SQ <'.+/[a-zA-Z0-9_\\-]+'>)} {(-a)} {(-type)} {(f)} {(-a)} {(-executable)} {(-a)} {(-exec)} 
                  {(test/shebang.sh)} {(is-shell)} {(Lit_LBrace '{') (Lit_RBrace '}')} {(SQ <';'>)} {(-a)} {(-printf)} {(SQ <'%p\\n'>)} 
                  {(EscapedLiteralPart token:<Lit_EscapedChar '\\)'>)}
                )
            )
          ]
          spids: [3155]
        )
      spids: [3151 3154]
    )
    (FuncDef
      name: gentoo
      body: 
        (BraceGroup
          children: [
            (Assignment
              keyword: Assign_Local
              pairs: [(assign_pair lhs:(LhsName name:src) op:Equal spids:[3334])]
              spids: [3332]
            )
            (Assignment
              keyword: Assign_None
              pairs: [
                (assign_pair
                  lhs: (LhsName name:src)
                  op: Equal
                  rhs: {(TildeSubPart prefix:'') (/git/gentoo/gentoo)}
                  spids: [3337]
                )
              ]
              spids: [3337]
            )
            (TimeBlock
              pipeline: 
                (Pipeline
                  children: [
                    (C {(find)} {($ VSub_Name '$src')} {(-name)} {(SQ <'*.ebuild'>)} {(-a)} {(-print0)})
                    (C {(wc)} {(-l)} {(--files0-from)} {(-)})
                    (C {(sort)} {(-n)})
                  ]
                  negated: False
                )
            )
            (ControlFlow token:<ControlFlow_Return return>)
            (C {(_manifest)} {(distro/gentoo)} {($ VSub_Name '$src')} 
              {
                (CommandSubPart
                  command_list: 
                    (CommandList
                      children: [(C {(find)} {($ VSub_Name '$src')} {(.)} {(-name)} {(SQ <'*.ebuild'>)})]
                    )
                  left_token: <Left_CommandSub '$('>
                  spids: [3395 3407]
                )
              }
            )
          ]
          spids: [3325]
        )
      spids: [3321 3324]
    )
    (Assignment
      keyword: Assign_Readonly
      pairs: [
        (assign_pair
          lhs: (LhsName name:AB_PACKAGES)
          op: Equal
          rhs: {(TildeSubPart prefix:'') (/hg/scratch/aboriginal/aboriginal-1.2.2/packages)}
          spids: [3424]
        )
      ]
      spids: [3422]
    )
    (FuncDef
      name: aboriginal-packages
      body: 
        (BraceGroup
          children: [
            (ForEach
              iter_name: z
              iter_words: [{($ VSub_Name '$AB_PACKAGES') (/) (Lit_Other '*') (.tar.gz)}]
              do_arg_iter: False
              body: 
                (DoGroup
                  children: [
                    (Assignment
                      keyword: Assign_Local
                      pairs: [
                        (assign_pair
                          lhs: (LhsName name:name)
                          op: Equal
                          rhs: 
                            {
                              (CommandSubPart
                                command_list: 
                                  (CommandList
                                    children: [(C {(basename)} {($ VSub_Name '$z')} {(.tar.gz)})]
                                  )
                                left_token: <Left_CommandSub '$('>
                                spids: [3454 3460]
                              )
                            }
                          spids: [3453]
                        )
                      ]
                      spids: [3451]
                    )
                    (C {(echo)} {($ VSub_Name '$z')} {(-z)} {($ VSub_Name '$name')})
                  ]
                  spids: [3448 3472]
                )
              spids: [3441 3446]
            )
            (ForEach
              iter_name: z
              iter_words: [{($ VSub_Name '$AB_PACKAGES') (/) (Lit_Other '*') (.tar.bz2)}]
              do_arg_iter: False
              body: 
                (DoGroup
                  children: [
                    (Assignment
                      keyword: Assign_Local
                      pairs: [
                        (assign_pair
                          lhs: (LhsName name:name)
                          op: Equal
                          rhs: 
                            {
                              (CommandSubPart
                                command_list: 
                                  (CommandList
                                    children: [(C {(basename)} {($ VSub_Name '$z')} {(.tar.bz2)})]
                                  )
                                left_token: <Left_CommandSub '$('>
                                spids: [3493 3499]
                              )
                            }
                          spids: [3492]
                        )
                      ]
                      spids: [3490]
                    )
                    (C {(echo)} {($ VSub_Name '$z')} {(-j)} {($ VSub_Name '$name')})
                  ]
                  spids: [3487 3511]
                )
              spids: [3480 3485]
            )
          ]
          spids: [3433]
        )
      spids: [3429 3432]
    )
    (Assignment
      keyword: Assign_Readonly
      pairs: [(assign_pair lhs:(LhsName name:AB_OUT) op:Equal rhs:{(_tmp/aboriginal)} spids:[3518])]
      spids: [3516]
    )
    (FuncDef
      name: aboriginal-manifest
      body: 
        (BraceGroup
          children: [
            (C {(mkdir)} {(-p)} {($ VSub_Name '$AB_OUT')})
            (Pipeline
              children: [
                (C {(aboriginal-packages)})
                (While
                  cond: [
                    (Sentence
                      child: (C {(read)} {(z)} {(tar_flag)} {(name)})
                      terminator: <Op_Semi ';'>
                    )
                  ]
                  body: 
                    (DoGroup
                      children: [
                        (C {(echo)} {($ VSub_Name '$z')} {($ VSub_Name '$name')})
                        (Assignment
                          keyword: Assign_Local
                          pairs: [
                            (assign_pair
                              lhs: (LhsName name:listing)
                              op: Equal
                              rhs: {($ VSub_Name '$AB_OUT') (/) (${ VSub_Name name) (.txt)}
                              spids: [3564]
                            )
                          ]
                          spids: [3562]
                        )
                        (AndOr
                          children: [
                            (Pipeline
                              children: [
                                (SimpleCommand
                                  words: [{(tar)} {(--list)} {(--verbose)} {($ VSub_Name '$tar_flag')}]
                                  redirects: [
                                    (Redir
                                      op_id: Redir_Less
                                      fd: -1
                                      arg_word: {($ VSub_Name '$z')}
                                      spids: [3581]
                                    )
                                  ]
                                )
                                (SimpleCommand
                                  words: [{(grep)} {(SQ <'\\.sh$'>)}]
                                  redirects: [
                                    (Redir
                                      op_id: Redir_Great
                                      fd: -1
                                      arg_word: {($ VSub_Name '$listing')}
                                      spids: [3593]
                                    )
                                  ]
                                )
                              ]
                              negated: False
                            )
                            (C {(true)})
                          ]
                          op_id: Op_DPipe
                        )
                      ]
                      spids: [3552 3602]
                    )
                )
              ]
              negated: False
            )
          ]
          spids: [3526]
        )
      spids: [3522 3525]
    )
    (FuncDef
      name: aboriginal-biggest
      body: 
        (BraceGroup
          children: [
            (Pipeline
              children: [
                (C {(cat)} {($ VSub_Name '$AB_OUT') (/) (Lit_Other '*') (.txt)})
                (C {(awk)} {(SQ <'{print $3 " " $6}'>)})
                (C {(sort)} {(-n)})
              ]
              negated: False
            )
          ]
          spids: [3611]
        )
      spids: [3607 3610]
    )
    (If
      arms: [
        (if_arm
          cond: [
            (Sentence
              child: 
                (C {(test)} 
                  {
                    (DQ 
                      (CommandSubPart
                        command_list: 
                          (CommandList
                            children: [(C {(basename)} {($ VSub_Number '$0')})]
                          )
                        left_token: <Left_CommandSub '$('>
                        spids: [3684 3688]
                      )
                    )
                  } {(Lit_Other '=')} {(SQ <wild.sh>)}
                )
              terminator: <Op_Semi ';'>
            )
          ]
          action: [(C {(DQ ($ VSub_At '$@'))})]
          spids: [-1 3698]
        )
      ]
      spids: [-1 3705]
    )
  ]
)