(CommandList
  children: [
    (C {(set)} {(-o)} {(nounset)})
    (C {(set)} {(-o)} {(pipefail)})
    (C {(set)} {(-o)} {(errexit)})
    (Assignment
      keyword: Assign_Readonly
      pairs: [
        (assign_pair
          lhs: (LhsName name:OIL_VERSION)
          op: Equal
          rhs: 
            {
              (CommandSubPart
                command_list: (CommandList children:[(C {(head)} {(-n)} {(1)} {(oil-version.txt)})])
                left_token: <Left_CommandSub '$('>
                spids: [110 118]
              )
            }
          spids: [109]
        )
      ]
      spids: [107]
    )
    (Assignment
      keyword: Assign_Readonly
      pairs: [
        (assign_pair
          lhs: (LhsName name:OSH_RELEASE_BINARY)
          op: Equal
          rhs: {(_tmp/oil-tar-test/oil-) ($ VSub_Name '$OIL_VERSION') (/_bin/osh)}
          spids: [126]
        )
      ]
      spids: [124]
    )
    (FuncDef
      name: log
      body: 
        (BraceGroup
          children: [
            (SimpleCommand
              words: [{(echo)} {(DQ ($ VSub_At '$@'))}]
              redirects: [(Redir op_id:Redir_GreatAnd fd:1 arg_word:{(2)} spids:[145])]
            )
          ]
          spids: [136]
        )
      spids: [132 135]
    )
    (FuncDef
      name: _clean-tmp-dirs
      body: 
        (BraceGroup
          children: [
            (C {(rm)} {(-r)} {(-f)} 
              (BracedWordTree
                parts: [
                  (_tmp/)
                  (BracedAltPart
                    words: [{(spec)} {(wild)} {(unit)} {(gold)} {(osh2oil)}]
                  )
                ]
              ) 
              (BracedWordTree
                parts: [
                  (_tmp/)
                  (BracedAltPart
                    words: [{(osh-parser)} {(osh-runtime)} {(vm-baseline)} {(ovm-build)} {(oheap)}]
                  )
                ]
              ) {(_tmp/metrics)} {(_tmp/oil-tar-test)}
            )
          ]
          spids: [292]
        )
      spids: [288 291]
    )
    (FuncDef
      name: _clean
      body: 
        (BraceGroup
          children: [
            (C {(_clean-tmp-dirs)})
            (C {(rm)} {(-r)} {(-f)} {(_devbuild)})
            (C {(build/actions.sh)} {(clean-repo)})
          ]
          spids: [346]
        )
      spids: [342 345]
    )
    (FuncDef
      name: _dev-build
      body: (BraceGroup children:[(C {(build/dev.sh)} {(all)})] spids:[378])
      spids: [374 377]
    )
    (FuncDef
      name: _release-build
      body: 
        (BraceGroup
          children: [
            (C {(build/prepare.sh)} {(configure)})
            (C {(build/prepare.sh)} {(build-python)})
            (C {($ VSub_Number '$0')} {(oil)})
            (C {(build/test.sh)} {(oil-tar)})
            (C {(ln)} {(-s)} {(-f)} {(--no-target-directory)} {(-v)} {(oil.ovm)} 
              {($ VSub_Name '$OSH_RELEASE_BINARY')}
            )
          ]
          spids: [395]
        )
      spids: [391 394]
    )
    (FuncDef
      name: _test-release-build
      body: 
        (BraceGroup
          children: [
            (C {(test/alpine.sh)} {(copy-tar)} {(SQ )} {(oil)})
            (C {(test/alpine.sh)} {(test-tar)} {(SQ )} {(oil)})
            (C {(test/spec.sh)} {(link-busybox-ash)})
            (C {(test/spec.sh)} {(smoke)})
            (C {(test/osh2oil.sh)} {(run-for-release)})
            (C {(test/gold.sh)} {(run-for-release)})
            (SimpleCommand
              words: [{(test/spec.sh)} {(all)}]
              more_env: [
                (env_pair
                  name: OSH_OVM
                  val: {($ VSub_Name '$OSH_RELEASE_BINARY')}
                  spids: [554]
                )
              ]
            )
          ]
          spids: [484]
        )
      spids: [480 483]
    )
    (FuncDef
      name: build-and-test
      body: 
        (BraceGroup
          children: [
            (C {(_clean)})
            (C {(_dev-build)})
            (C {(test/unit.sh)} {(run-for-release)})
            (C {(_release-build)})
            (C {(_test-release-build)})
          ]
          spids: [571]
        )
      spids: [567 570]
    )
    (FuncDef
      name: _install
      body: 
        (BraceGroup
          children: [
            (C {(test/spec.sh)} {(install-shells)})
            (C {(sudo)} {(apt)} {(install)} {(python-dev)})
          ]
          spids: [607]
        )
      spids: [603 606]
    )
    (FuncDef
      name: benchmark-build
      body: 
        (BraceGroup
          children: [
            (C {(_install)})
            (C {(_clean)})
            (C {(_dev-build)})
            (C {(pushd)} {(opy)})
            (C {(./build.sh)} {(grammar)})
            (C {(popd)})
            (C {(_release-build)})
          ]
          spids: [638]
        )
      spids: [634 637]
    )
    (FuncDef
      name: benchmark-run
      body: 
        (BraceGroup
          children: [
            (SimpleCommand
              words: [{(benchmarks/auto.sh)} {(all)}]
              more_env: [
                (env_pair
                  name: OSH_OVM
                  val: {($ VSub_Name '$OSH_RELEASE_BINARY')}
                  spids: [688]
                )
              ]
            )
          ]
          spids: [685]
        )
      spids: [681 684]
    )
    (FuncDef
      name: benchmark-run-on-1-machine
      body: 
        (BraceGroup
          children: [
            (SimpleCommand
              words: [{(benchmarks/oheap.sh)} {(measure)}]
              more_env: [
                (env_pair
                  name: OSH_OVM
                  val: {($ VSub_Name '$OSH_RELEASE_BINARY')}
                  spids: [705]
                )
              ]
            )
          ]
          spids: [702]
        )
      spids: [698 701]
    )
    (FuncDef
      name: _compressed-tarball
      body: 
        (BraceGroup
          children: [
            (Assignment
              keyword: Assign_Local
              pairs: [
                (assign_pair
                  lhs: (LhsName name:name)
                  op: Equal
                  rhs: 
                    {
                      (BracedVarSub
                        token: <VSub_Number 1>
                        suffix_op: (StringUnary op_id:VTest_ColonHyphen arg_word:{(hello)})
                        spids: [725 729]
                      )
                    }
                  spids: [724]
                )
              ]
              spids: [722]
            )
            (Assignment
              keyword: Assign_Local
              pairs: [
                (assign_pair
                  lhs: (LhsName name:version)
                  op: Equal
                  rhs: 
                    {
                      (BracedVarSub
                        token: <VSub_Number 2>
                        suffix_op: (StringUnary op_id:VTest_ColonHyphen arg_word:{(0.0.0)})
                        spids: [735 739]
                      )
                    }
                  spids: [734]
                )
              ]
              spids: [732]
            )
            (Assignment
              keyword: Assign_Local
              pairs: [
                (assign_pair
                  lhs: (LhsName name:in)
                  op: Equal
                  rhs: {(_release/) ($ VSub_Name '$name') (.tar)}
                  spids: [745]
                )
              ]
              spids: [743]
            )
            (Assignment
              keyword: Assign_Local
              pairs: [
                (assign_pair
                  lhs: (LhsName name:out)
                  op: Equal
                  rhs: {(_release/) ($ VSub_Name '$name') (-) ($ VSub_Name '$version') (.tar.gz)}
                  spids: [753]
                )
              ]
              spids: [751]
            )
            (C {(build/actions.sh)} {(write-release-date)})
            (C {(make)} {($ VSub_Name '$in')})
            (TimeBlock
              pipeline: 
                (SimpleCommand
                  words: [{(gzip)} {(-c)} {($ VSub_Name '$in')}]
                  redirects: [
                    (Redir
                      op_id: Redir_Great
                      fd: 16777215
                      arg_word: {($ VSub_Name '$out')}
                      spids: [793]
                    )
                  ]
                )
            )
            (C {(ls)} {(-l)} {($ VSub_Name '$out')})
            (Assignment
              keyword: Assign_Local
              pairs: [
                (assign_pair
                  lhs: (LhsName name:out2)
                  op: Equal
                  rhs: {(_release/) ($ VSub_Name '$name') (-) ($ VSub_Name '$version') (.tar.xz)}
                  spids: [812]
                )
              ]
              spids: [810]
            )
            (TimeBlock
              pipeline: 
                (SimpleCommand
                  words: [{(xz)} {(-c)} {($ VSub_Name '$in')}]
                  redirects: [
                    (Redir
                      op_id: Redir_Great
                      fd: 16777215
                      arg_word: {($ VSub_Name '$out2')}
                      spids: [828]
                    )
                  ]
                )
            )
            (C {(ls)} {(-l)} {($ VSub_Name '$out2')})
          ]
          spids: [719]
        )
      spids: [715 718]
    )
    (FuncDef
      name: oil
      body: 
        (BraceGroup
          children: [(C {(_compressed-tarball)} {(oil)} {($ VSub_Name '$OIL_VERSION')})]
          spids: [846]
        )
      spids: [842 845]
    )
    (FuncDef
      name: hello
      body: 
        (BraceGroup
          children: [
            (C {(_compressed-tarball)} {(hello)} 
              {
                (CommandSubPart
                  command_list: 
                    (CommandList
                      children: [(C {(head)} {(-n)} {(1)} {(build/testdata/hello-version.txt)})]
                    )
                  left_token: <Left_CommandSub '$('>
                  spids: [869 877]
                )
              }
            )
          ]
          spids: [862]
        )
      spids: [858 861]
    )
    (FuncDef
      name: escape-segments
      body: 
        (BraceGroup
          children: [
            (C {(python)} {(-c)} 
              {
                (SQ <'\n'> <'import cgi, re, sys\n'> <'\n'> <'print re.sub(\n'> 
                  <'  r"\\x00(.*)\\x01", \n'> <'  lambda match: cgi.escape(match.group(1)),\n'> <'  sys.stdin.read())\n'>
                )
              }
            )
          ]
          spids: [901]
        )
      spids: [897 900]
    )
    (FuncDef
      name: _git-changelog-body
      body: 
        (BraceGroup
          children: [
            (Assignment
              keyword: Assign_Local
              pairs: [
                (assign_pair
                  lhs: (LhsName name:prev_branch)
                  op: Equal
                  rhs: {($ VSub_Number '$1')}
                  spids: [934]
                )
              ]
              spids: [932]
            )
            (Assignment
              keyword: Assign_Local
              pairs: [
                (assign_pair
                  lhs: (LhsName name:cur_branch)
                  op: Equal
                  rhs: {($ VSub_Number '$2')}
                  spids: [940]
                )
              ]
              spids: [938]
            )
            (Assignment
              keyword: Assign_Local
              pairs: [
                (assign_pair
                  lhs: (LhsName name:format)
                  op: Equal
                  rhs: 
                    {
                      (SQ <'<tr>\n'> <'    <td><a class="checksum"\n'> 
                        <'           href="https://github.com/oilshell/oil/commit/%H">%h</a>\n'> <'    </td>\n'> <'    <td class="date">%ad</td>\n'> <'    <td>%x00%an%x01</td>\n'> 
                        <'    <td class="subject">%x00%s%x01</td>\n'> <'  </tr>'>
                      )
                    }
                  spids: [964]
                )
              ]
              spids: [962]
            )
            (Pipeline
              children: [
                (C {(git)} {(log)} {($ VSub_Name '$prev_branch') (..) ($ VSub_Name '$cur_branch')} 
                  {(--reverse)} {(--pretty) (Lit_Other '=') (DQ ('format:') ($ VSub_Name '$format'))} 
                  {(--date) (Lit_Other '=') (short)}
                )
                (C {(escape-segments)})
              ]
              negated: F
            )
          ]
          spids: [929]
        )
      spids: [925 928]
    )
    (FuncDef
      name: _git-changelog-header
      body: 
        (BraceGroup
          children: [
            (Assignment
              keyword: Assign_Local
              pairs: [
                (assign_pair
                  lhs: (LhsName name:prev_branch)
                  op: Equal
                  rhs: {($ VSub_Number '$1')}
                  spids: [1024]
                )
              ]
              spids: [1022]
            )
            (Assignment
              keyword: Assign_Local
              pairs: [
                (assign_pair
                  lhs: (LhsName name:cur_branch)
                  op: Equal
                  rhs: {($ VSub_Number '$2')}
                  spids: [1030]
                )
              ]
              spids: [1028]
            )
            (SimpleCommand
              words: [{(cat)}]
              redirects: [
                (HereDoc
                  op_id: Redir_DLess
                  fd: 16777215
                  body: 
                    {
                      (DQ ('<!DOCTYPE html>\n') ('<html>\n') ('  <head>\n') 
                        ('    <title>Commits Between ') ($ VSub_Name '$prev_branch') (' and ') ($ VSub_Name '$cur_branch') ('</title>\n') ('    <style>\n') 
                        ('      /* Make it centered and skinny for readability */\n') ('      body {\n') ('        margin: 0 auto;\n') ('        width: 60em;\n') ('      }\n') 
                        ('      table {\n') ('        width: 100%;\n') ('      }\n') ('      code {\n') ('        color: green;\n') ('      }\n') 
                        ('      .checksum {\n') ('        font-family: monospace;\n') ('      }\n') ('      .date {\n') 
                        ('        /*font-family: monospace;*/\n') ('      }\n') ('      .subject {\n') ('        font-family: monospace;\n') ('      }\n') ('\n') 
                        ('      /* Copied from oilshell.org bundle.css */\n') ('      .date {\n') ('        font-size: medium;\n') ('        color: #555;\n') 
                        ('        padding-left: 1em;\n') ('      }\n') ('    </style>\n') ('  </head>\n') ('  <body>\n') 
                        ('    <h3>Commits Between Branches <code>') ($ VSub_Name '$prev_branch') ('</code> and\n') ('       <code>') ($ VSub_Name '$cur_branch') 
                        ('</code></h3>\n') ('    <table>\n')
                      )
                    }
                  do_expansion: True
                  here_end: EOF
                  was_filled: T
                  spids: [1037]
                )
              ]
            )
          ]
          spids: [1019]
        )
      spids: [1015 1018]
    )
    (FuncDef
      name: _git-changelog
      body: 
        (BraceGroup
          children: [
            (C {(_git-changelog-header)} {(DQ ($ VSub_At '$@'))})
            (C {(_git-changelog-body)} {(DQ ($ VSub_At '$@'))})
            (SimpleCommand
              words: [{(cat)}]
              redirects: [
                (HereDoc
                  op_id: Redir_DLess
                  fd: 16777215
                  body: {(DQ ('  </table>\n'))}
                  do_expansion: True
                  here_end: EOF
                  was_filled: T
                  spids: [1137]
                )
              ]
            )
            (C {(_html-footer)})
          ]
          spids: [1118]
        )
      spids: [1114 1117]
    )
    (FuncDef
      name: git-changelog-0.1
      body: 
        (BraceGroup
          children: [
            (Assignment
              keyword: Assign_Local
              pairs: [
                (assign_pair
                  lhs: (LhsName name:version)
                  op: Equal
                  rhs: {(SQ <0.1.0>)}
                  spids: [1157]
                )
              ]
              spids: [1155]
            )
            (SimpleCommand
              words: [{(_git-changelog)} {(release/0.0.0)} {(release/0.1.0)}]
              redirects: [
                (Redir
                  op_id: Redir_Great
                  fd: 16777215
                  arg_word: 
                    {(../oilshell.org__deploy/release/) ($ VSub_Name '$version') (/changelog.html)}
                  spids: [1171]
                )
              ]
            )
          ]
          spids: [1152]
        )
      spids: [1148 1151]
    )
    (FuncDef
      name: git-changelog-0.2.alpha1
      body: 
        (BraceGroup
          children: [
            (SimpleCommand
              words: [{(_git-changelog)} {(release/0.1.0)} {(release/0.2.alpha1)}]
              redirects: [
                (Redir
                  op_id: Redir_Great
                  fd: 16777215
                  arg_word: {(_release/VERSION/changelog.html)}
                  spids: [1195]
                )
              ]
            )
          ]
          spids: [1184]
        )
      spids: [1180 1183]
    )
    (FuncDef
      name: git-changelog-0.2.0
      body: 
        (BraceGroup
          children: [
            (SimpleCommand
              words: [{(_git-changelog)} {(release/0.1.0)} {(release/0.2.0)}]
              redirects: [
                (Redir
                  op_id: Redir_Great
                  fd: 16777215
                  arg_word: {(_release/VERSION/changelog.html)}
                  spids: [1217]
                )
              ]
            )
          ]
          spids: [1206]
        )
      spids: [1202 1205]
    )
    (FuncDef
      name: git-changelog-0.3.alpha1
      body: 
        (BraceGroup
          children: [
            (SimpleCommand
              words: [{(_git-changelog)} {(release/0.2.0)} {(release/0.3.alpha1)}]
              redirects: [
                (Redir
                  op_id: Redir_Great
                  fd: 16777215
                  arg_word: {(_release/VERSION/changelog.html)}
                  spids: [1239]
                )
              ]
            )
          ]
          spids: [1228]
        )
      spids: [1224 1227]
    )
    (FuncDef
      name: git-changelog-0.3.0
      body: 
        (BraceGroup
          children: [
            (SimpleCommand
              words: [{(_git-changelog)} {(release/0.2.0)} {(release/0.3.0)}]
              redirects: [
                (Redir
                  op_id: Redir_Great
                  fd: 16777215
                  arg_word: {(_release/VERSION/changelog.html)}
                  spids: [1261]
                )
              ]
            )
          ]
          spids: [1250]
        )
      spids: [1246 1249]
    )
    (FuncDef
      name: git-changelog-0.4.0
      body: 
        (BraceGroup
          children: [
            (SimpleCommand
              words: [{(_git-changelog)} {(release/0.3.0)} {(release/0.4.0)}]
              redirects: [
                (Redir
                  op_id: Redir_Great
                  fd: 16777215
                  arg_word: {(_release/VERSION/changelog.html)}
                  spids: [1283]
                )
              ]
            )
          ]
          spids: [1272]
        )
      spids: [1268 1271]
    )
    (FuncDef
      name: git-changelog-0.5.alpha1
      body: 
        (BraceGroup
          children: [
            (SimpleCommand
              words: [{(_git-changelog)} {(release/0.4.0)} {(release/0.5.alpha1)}]
              redirects: [
                (Redir
                  op_id: Redir_Great
                  fd: 16777215
                  arg_word: {(_release/VERSION/changelog.html)}
                  spids: [1305]
                )
              ]
            )
          ]
          spids: [1294]
        )
      spids: [1290 1293]
    )
    (FuncDef
      name: html-redirect
      body: 
        (BraceGroup
          children: [
            (Assignment
              keyword: Assign_Local
              pairs: [
                (assign_pair
                  lhs: (LhsName name:url)
                  op: Equal
                  rhs: {($ VSub_Number '$1')}
                  spids: [1325]
                )
              ]
              spids: [1323]
            )
            (SimpleCommand
              words: [{(cat)}]
              redirects: [
                (HereDoc
                  op_id: Redir_DLess
                  fd: 16777215
                  body: 
                    {
                      (DQ ('<!DOCTYPE html>\n') ('<html>\n') ('  <head>\n') ('    <meta http-equiv=') 
                        (Right_DoubleQuote '"') (refresh) (Right_DoubleQuote '"') (' content=') (Right_DoubleQuote '"') ('0; url=') ($ VSub_Name '$url') 
                        (Right_DoubleQuote '"') (' />\n') ('  </head>\n') ('  <body>\n') ('    <p>Redirect to<a href=') (Right_DoubleQuote '"') 
                        ($ VSub_Name '$url') (Right_DoubleQuote '"') ('>') ($ VSub_Name '$url') ('</a></p>\n') ('  </body>\n') ('</html>  \n')
                      )
                    }
                  do_expansion: True
                  here_end: EOF
                  was_filled: T
                  spids: [1331]
                )
              ]
            )
          ]
          spids: [1320]
        )
      spids: [1316 1319]
    )
    (FuncDef
      name: no-announcement
      body: 
        (BraceGroup
          children: [
            (SimpleCommand
              words: [{(cat)}]
              redirects: [
                (HereDoc
                  op_id: Redir_DLess
                  fd: 16777215
                  body: 
                    {
                      (DQ ('<!DOCTYPE html>\n') ('<html>\n') ('  <head>\n') ('  </head>\n') 
                        ('  <body>\n') ('    <p>No announcement for this release.</p>\n') ('  </body>\n') ('</html>  \n')
                      )
                    }
                  do_expansion: True
                  here_end: EOF
                  was_filled: T
                  spids: [1371]
                )
              ]
            )
          ]
          spids: [1366]
        )
      spids: [1362 1365]
    )
    (FuncDef
      name: write-no-announcement
      body: 
        (BraceGroup
          children: [
            (SimpleCommand
              words: [{(no-announcement)}]
              redirects: [
                (Redir
                  op_id: Redir_Great
                  fd: 16777215
                  arg_word: {(_release/VERSION/announcement.html)}
                  spids: [1395]
                )
              ]
            )
          ]
          spids: [1390]
        )
      spids: [1386 1389]
    )
    (FuncDef
      name: announcement-0.0
      body: 
        (BraceGroup
          children: [
            (SimpleCommand
              words: [{(html-redirect)} {(SQ </blog/2017/07/23.html>)}]
              redirects: [
                (Redir
                  op_id: Redir_Great
                  fd: 16777215
                  arg_word: {(../oilshell.org__deploy/release/0.0.0/announcement.html)}
                  spids: [1417]
                )
              ]
            )
          ]
          spids: [1406]
        )
      spids: [1402 1405]
    )
    (FuncDef
      name: announcement-0.1
      body: 
        (BraceGroup
          children: [
            (Assignment
              keyword: Assign_Local
              pairs: [
                (assign_pair
                  lhs: (LhsName name:version)
                  op: Equal
                  rhs: {(SQ <0.1.0>)}
                  spids: [1433]
                )
              ]
              spids: [1431]
            )
            (SimpleCommand
              words: [{(html-redirect)} {(SQ </blog/2017/09/09.html>)}]
              redirects: [
                (Redir
                  op_id: Redir_Great
                  fd: 16777215
                  arg_word: 
                    {(../oilshell.org__deploy/release/) ($ VSub_Name '$version') (/announcement.html)}
                  spids: [1447]
                )
              ]
            )
          ]
          spids: [1428]
        )
      spids: [1424 1427]
    )
    (FuncDef
      name: announcement-0.2
      body: 
        (BraceGroup
          children: [
            (SimpleCommand
              words: [{(html-redirect)} {(SQ </blog/2017/11/10.html>)}]
              redirects: [
                (Redir
                  op_id: Redir_Great
                  fd: 16777215
                  arg_word: {(_release/VERSION/announcement.html)}
                  spids: [1469]
                )
              ]
            )
          ]
          spids: [1460]
        )
      spids: [1456 1459]
    )
    (FuncDef
      name: announcement-0.3
      body: 
        (BraceGroup
          children: [
            (SimpleCommand
              words: [{(html-redirect)} {(SQ </blog/2017/12/22.html>)}]
              redirects: [
                (Redir
                  op_id: Redir_Great
                  fd: 16777215
                  arg_word: {(_release/VERSION/announcement.html)}
                  spids: [1489]
                )
              ]
            )
          ]
          spids: [1480]
        )
      spids: [1476 1479]
    )
    (FuncDef
      name: announcement-0.4
      body: 
        (BraceGroup
          children: [
            (SimpleCommand
              words: [{(html-redirect)} {(SQ </blog/2018/02/03.html>)}]
              redirects: [
                (Redir
                  op_id: Redir_Great
                  fd: 16777215
                  arg_word: {(_release/VERSION/announcement.html)}
                  spids: [1513]
                )
              ]
            )
          ]
          spids: [1504]
        )
      spids: [1500 1503]
    )
    (FuncDef
      name: _link
      body: 
        (BraceGroup
          children: [(C {(ln)} {(-s)} {(-f)} {(-v)} {(--no-target-directory)} {(DQ ($ VSub_At '$@'))})]
          spids: [1524]
        )
      spids: [1520 1523]
    )
    (FuncDef
      name: compress-txt
      body: 
        (BraceGroup
          children: [
            (Assignment
              keyword: Assign_Local
              pairs: [
                (assign_pair
                  lhs: (LhsName name:name)
                  op: Equal
                  rhs: {($ VSub_Number '$1')}
                  spids: [1553]
                )
              ]
              spids: [1551]
            )
            (C {(log)} {(DQ ('--- test/') ($ VSub_Name '$name'))})
            (Assignment
              keyword: Assign_Local
              pairs: [
                (assign_pair
                  lhs: (LhsName name:out)
                  op: Equal
                  rhs: {(DQ ($ VSub_Name '$root') (/test/) ($ VSub_Name '$name') (.wwz))}
                  spids: [1568]
                )
              ]
              spids: [1566]
            )
            (C {(pushd)} {(_tmp/) ($ VSub_Name '$name')})
            (TimeBlock pipeline:(C {(zip)} {(-r)} {(-q)} {($ VSub_Name '$out')} {(.)}))
            (C {(popd)})
          ]
          spids: [1548]
        )
      spids: [1544 1547]
    )
    (FuncDef
      name: compress
      body: 
        (BraceGroup
          children: [
            (Assignment
              keyword: Assign_Local
              pairs: [
                (assign_pair
                  lhs: (LhsName name:root)
                  op: Equal
                  rhs: {($ VSub_Name '$PWD') (/_release/VERSION/)}
                  spids: [1613]
                )
              ]
              spids: [1611]
            )
            (C {(compress-txt)} {(osh2oil)})
            (C {(compress-txt)} {(gold)})
            (C {(log)} {(DQ ('--- test/unit'))})
            (Assignment
              keyword: Assign_Local
              pairs: [
                (assign_pair
                  lhs: (LhsName name:out)
                  op: Equal
                  rhs: {(DQ ($ VSub_Name '$root') (/test/unit.wwz))}
                  spids: [1643]
                )
              ]
              spids: [1641]
            )
            (C {(pushd)} {(_tmp/unit)})
            (TimeBlock pipeline:(C {(zip)} {(-r)} {(-q)} {($ VSub_Name '$out')} {(.)}))
            (C {(popd)})
            (C {(log)} {(DQ ('--- test/spec'))})
            (Assignment
              keyword: Assign_Local
              pairs: [
                (assign_pair
                  lhs: (LhsName name:out)
                  op: Equal
                  rhs: {(DQ ($ VSub_Name '$root') (/test/spec.wwz))}
                  spids: [1684]
                )
              ]
              spids: [1682]
            )
            (C {(pushd)} {(_tmp/spec)})
            (TimeBlock pipeline:(C {(zip)} {(-r)} {(-q)} {($ VSub_Name '$out')} {(.)}))
            (C {(popd)})
            (C {(log)} {(DQ ('--- test/wild'))})
            (Assignment
              keyword: Assign_Local
              pairs: [
                (assign_pair
                  lhs: (LhsName name:out)
                  op: Equal
                  rhs: {(DQ ($ VSub_Name '$root') (/test/wild.wwz))}
                  spids: [1725]
                )
              ]
              spids: [1723]
            )
            (C {(pushd)} {(_tmp/wild/www)})
            (TimeBlock pipeline:(C {(zip)} {(-r)} {(-q)} {($ VSub_Name '$out')} {(.)}))
            (C {(popd)})
            (C {(log)} {(DQ ('--- metrics'))})
            (Assignment
              keyword: Assign_Local
              pairs: [
                (assign_pair
                  lhs: (LhsName name:out)
                  op: Equal
                  rhs: {(DQ ($ VSub_Name '$root') (/metrics.wwz))}
                  spids: [1767]
                )
              ]
              spids: [1765]
            )
            (C {(pushd)} {(_tmp/metrics)})
            (TimeBlock pipeline:(C {(zip)} {(-r)} {(-q)} {($ VSub_Name '$out')} {(.)}))
            (C {(popd)})
            (C {(compress-benchmarks)})
            (C {(tree)} {(_release/VERSION)})
          ]
          spids: [1608]
        )
      spids: [1604 1607]
    )
    (FuncDef
      name: compress-benchmarks
      body: 
        (BraceGroup
          children: [
            (Assignment
              keyword: Assign_Local
              pairs: [
                (assign_pair
                  lhs: (LhsName name:root)
                  op: Equal
                  rhs: {($ VSub_Name '$PWD') (/_release/VERSION/)}
                  spids: [1819]
                )
              ]
              spids: [1817]
            )
            (C {(mkdir)} {(-p)} {($ VSub_Name '$root')})
            (C {(log)} {(DQ ('--- benchmarks'))})
            (Assignment
              keyword: Assign_Local
              pairs: [
                (assign_pair
                  lhs: (LhsName name:out)
                  op: Equal
                  rhs: {(DQ ($ VSub_Name '$root') (/benchmarks.wwz))}
                  spids: [1842]
                )
              ]
              spids: [1840]
            )
            (C {(pushd)} {(_tmp)})
            (Pipeline
              children: [
                (C {(find)} 
                  (BracedWordTree
                    parts: [(osh-parser/) (BracedAltPart words:[{(stage1)} {(stage2)} {(index.html)}])]
                  ) (BracedWordTree parts:[(osh-runtime/) (BracedAltPart words:[{(stage1)} {(stage2)} {(index.html)}])]) 
                  (BracedWordTree
                    parts: [
                      (vm-baseline/)
                      (BracedAltPart
                        words: [{(stage1)} {(stage2)} {(index.html)}]
                      )
                    ]
                  ) (BracedWordTree parts:[(ovm-build/) (BracedAltPart words:[{(stage1)} {(stage2)} {(index.html)}])]) 
                  (BracedWordTree
                    parts: [(oheap/) (BracedAltPart words:[{(stage1)} {(stage2)} {(index.html)}])]
                  ) {(-type)} {(f)}
                )
                (C {(xargs)} {(--verbose)} {(--)} {(zip)} {(-q)} {($ VSub_Name '$out')})
              ]
              negated: F
            )
            (C {(popd)})
          ]
          spids: [1814]
        )
      spids: [1810 1813]
    )
    (FuncDef
      name: line-counts
      body: 
        (BraceGroup
          children: [
            (Assignment
              keyword: Assign_Local
              pairs: [
                (assign_pair
                  lhs: (LhsName name:out)
                  op: Equal
                  rhs: {($ VSub_Number '$1')}
                  spids: [1959]
                )
              ]
              spids: [1957]
            )
            (C {(mkdir)} {(-p)} {($ VSub_Name '$out')})
            (SimpleCommand
              words: [{(build/metrics.sh)} {(linecount-pydeps)}]
              redirects: [
                (Redir
                  op_id: Redir_Great
                  fd: 16777215
                  arg_word: {($ VSub_Name '$out') (/pydeps.txt)}
                  spids: [1979]
                )
              ]
            )
            (SimpleCommand
              words: [{(build/metrics.sh)} {(linecount-nativedeps)}]
              redirects: [
                (Redir
                  op_id: Redir_Great
                  fd: 16777215
                  arg_word: {($ VSub_Name '$out') (/nativedeps.txt)}
                  spids: [1989]
                )
              ]
            )
            (SimpleCommand
              words: [{(scripts/count.sh)} {(all)}]
              redirects: [
                (Redir
                  op_id: Redir_Great
                  fd: 16777215
                  arg_word: {($ VSub_Name '$out') (/src.txt)}
                  spids: [2004]
                )
              ]
            )
            (SimpleCommand
              words: [{(scripts/count.sh)} {(parser)}]
              redirects: [
                (Redir
                  op_id: Redir_Great
                  fd: 16777215
                  arg_word: {($ VSub_Name '$out') (/parser.txt)}
                  spids: [2022]
                )
              ]
            )
            (SimpleCommand
              words: [{(scripts/count.sh)} {(runtime)}]
              redirects: [
                (Redir
                  op_id: Redir_Great
                  fd: 16777215
                  arg_word: {($ VSub_Name '$out') (/runtime.txt)}
                  spids: [2032]
                )
              ]
            )
            (SimpleCommand
              words: [{(scripts/count.sh)} {(oil-osh-cloc)}]
              redirects: [
                (Redir
                  op_id: Redir_Great
                  fd: 16777215
                  arg_word: {($ VSub_Name '$out') (/oil-osh-cloc.txt)}
                  spids: [2043]
                )
              ]
            )
          ]
          spids: [1954]
        )
      spids: [1950 1953]
    )
    (FuncDef
      name: metrics
      body: 
        (BraceGroup
          children: [
            (Assignment
              keyword: Assign_Local
              pairs: [(assign_pair lhs:(LhsName name:out) op:Equal rhs:{(_tmp/metrics)} spids:[2060])]
              spids: [2058]
            )
            (C {(mkdir)} {(-p)} {($ VSub_Name '$out')})
            (SimpleCommand
              words: [{(build/metrics.sh)} {(pyc-bytes)}]
              redirects: [
                (Redir
                  op_id: Redir_Great
                  fd: 16777215
                  arg_word: {($ VSub_Name '$out') (/pyc-bytes.txt)}
                  spids: [2076]
                )
              ]
            )
            (C {(line-counts)} {($ VSub_Name '$out') (/line-counts)})
            (C {(tree)} {($ VSub_Name '$out')})
          ]
          spids: [2055]
        )
      spids: [2051 2054]
    )
    (FuncDef
      name: _copy-path
      body: 
        (BraceGroup
          children: [
            (Assignment
              keyword: Assign_Local
              pairs: [
                (assign_pair
                  lhs: (LhsName name:src)
                  op: Equal
                  rhs: {($ VSub_Number '$1')}
                  spids: [2106]
                )
                (assign_pair
                  lhs: (LhsName name:dest)
                  op: Equal
                  rhs: {($ VSub_Number '$2')}
                  spids: [2109]
                )
              ]
              spids: [2104]
            )
            (C {(mkdir)} {(-p)} 
              {
                (CommandSubPart
                  command_list: (CommandList children:[(C {(dirname)} {($ VSub_Name '$dest')})])
                  left_token: <Left_CommandSub '$('>
                  spids: [2117 2121]
                )
              }
            )
            (C {(cp)} {(-v)} {($ VSub_Name '$src')} {($ VSub_Name '$dest')})
          ]
          spids: [2101]
        )
      spids: [2097 2100]
    )
    (FuncDef
      name: copy-web
      body: 
        (BraceGroup
          children: [
            (Pipeline
              children: [
                (C {(find)} {(web)} {(EscapedLiteralPart token:<Lit_EscapedChar '\\('>)} {(-name)} 
                  {(_tmp)} {(-a)} {(-prune)} {(EscapedLiteralPart token:<Lit_EscapedChar '\\)'>)} {(-o)} 
                  {(EscapedLiteralPart token:<Lit_EscapedChar '\\('>)} {(-name)} {(SQ <'*.css'>)} {(-o)} {(-name)} {(SQ <'*.js'>)} 
                  {(EscapedLiteralPart token:<Lit_EscapedChar '\\)'>)} {(-a)} {(-printf)} {(SQ <'%p _release/VERSION/%p\\n'>)}
                )
                (C {(xargs)} {(-n)} {(2)} {(--)} {($ VSub_Number '$0')} {(_copy-path)})
              ]
              negated: F
            )
          ]
          spids: [2139]
        )
      spids: [2135 2138]
    )
    (FuncDef
      name: build-tree
      body: 
        (BraceGroup
          children: [
            (Assignment
              keyword: Assign_Local
              pairs: [
                (assign_pair
                  lhs: (LhsName name:root)
                  op: Equal
                  rhs: {(_release/VERSION)}
                  spids: [2236]
                )
              ]
              spids: [2234]
            )
            (C {(mkdir)} {(-p)} 
              (BracedWordTree
                parts: [($ VSub_Name '$root') (/) (BracedAltPart words:[{(doc)} {(test)}])]
              )
            )
            (C {(cp)} {(-v)} {(_build/release-date.txt)} {(oil-version.txt)} {($ VSub_Name '$root')})
            (C {(build/doc.sh)} {(osh-quick-ref)} {(_release/VERSION)})
            (C {(build/doc.sh)} {(install)})
            (C {(build/doc.sh)} {(release-index)} {($ VSub_Name '$root') (/index.html)})
            (C {(copy-web)})
            (C {(tree)} {($ VSub_Name '$root')})
          ]
          spids: [2231]
        )
      spids: [2227 2230]
    )
    (FuncDef
      name: deploy-doc
      body: 
        (BraceGroup
          children: [
            (Assignment
              keyword: Assign_Local
              pairs: [
                (assign_pair
                  lhs: (LhsName name:deploy_repo)
                  op: Equal
                  rhs: {(SQ <../oilshell.org__deploy>)}
                  spids: [2342]
                )
              ]
              spids: [2340]
            )
            (Assignment
              keyword: Assign_Local
              pairs: [
                (assign_pair
                  lhs: (LhsName name:release_root_dir)
                  op: Equal
                  rhs: {(DQ ($ VSub_Name '$deploy_repo') (/release))}
                  spids: [2350]
                )
              ]
              spids: [2348]
            )
            (Assignment
              keyword: Assign_Local
              pairs: [
                (assign_pair
                  lhs: (LhsName name:release_dir)
                  op: Equal
                  rhs: {(DQ ($ VSub_Name '$release_root_dir') (/) ($ VSub_Name '$OIL_VERSION'))}
                  spids: [2359]
                )
              ]
              spids: [2357]
            )
            (C {(cp)} {(-v)} {(-r)} {(--force)} {(--no-target-directory)} {(_release/VERSION/)} 
              {($ VSub_Name '$release_dir') (/)}
            )
            (C {(html-index)} {($ VSub_Name '$release_root_dir')} {(_tmp/releases.html)})
            (C {(cp)} {(-v)} {(_tmp/releases.html)} {($ VSub_Name '$deploy_repo')})
            (C {(tree)} {(-L)} {(3)} {($ VSub_Name '$release_root_dir')})
            (C {(ls)} {(-l)} {($ VSub_Name '$deploy_repo') (/releases.html)})
          ]
          spids: [2337]
        )
      spids: [2333 2336]
    )
    (FuncDef
      name: deploy-tar
      body: 
        (BraceGroup
          children: [
            (Assignment
              keyword: Assign_Local
              pairs: [
                (assign_pair
                  lhs: (LhsName name:download_dir)
                  op: Equal
                  rhs: {(SQ <../oilshell.org__deploy/download/>)}
                  spids: [2447]
                )
              ]
              spids: [2445]
            )
            (C {(mkdir)} {(-p)} {($ VSub_Name '$download_dir')})
            (C {(cp)} {(-v)} {(_release/oil-) ($ VSub_Name '$OIL_VERSION') (.tar.) (Lit_Other '*')} 
              {($ VSub_Name '$download_dir')}
            )
            (C {(ls)} {(-l)} {($ VSub_Name '$download_dir')})
          ]
          spids: [2442]
        )
      spids: [2438 2441]
    )
    (FuncDef
      name: _release-files-html
      body: 
        (BraceGroup
          children: [
            (Assignment
              keyword: Assign_Local
              pairs: [
                (assign_pair
                  lhs: (LhsName name:version)
                  op: Equal
                  rhs: {($ VSub_Number '$1')}
                  spids: [2530]
                )
              ]
              spids: [2528]
            )
            (C {(echo)} {(SQ <'<table class="file-table">'>)})
            (C {(echo)} 
              {
                (SQ 
                  <
'<tr><thead> <td>File</td> <td>Size</td> <td>SHA256 Checksum</td> </thead></tr>'
                  >
                )
              }
            )
            (ForEach
              iter_name: name
              iter_words: [
                (BracedWordTree
                  parts: [(oil-) ($ VSub_Name '$version') (.tar.) (BracedAltPart words:[{(xz)} {(gz)}])]
                )
              ]
              do_arg_iter: F
              body: 
                (DoGroup
                  children: [
                    (Assignment
                      keyword: Assign_Local
                      pairs: [
                        (assign_pair
                          lhs: (LhsName name:url)
                          op: Equal
                          rhs: {(DQ (download/) ($ VSub_Name '$name'))}
                          spids: [2571]
                        )
                      ]
                      spids: [2569]
                    )
                    (Assignment
                      keyword: Assign_Local
                      pairs: [
                        (assign_pair
                          lhs: (LhsName name:path)
                          op: Equal
                          rhs: {(../oilshell.org__deploy/download/) ($ VSub_Name '$name')}
                          spids: [2583]
                        )
                      ]
                      spids: [2581]
                    )
                    (Assignment
                      keyword: Assign_Local
                      pairs: [
                        (assign_pair
                          lhs: (LhsName name:checksum)
                          op: Equal
                          rhs: 
                            {
                              (CommandSubPart
                                command_list: 
                                  (CommandList
                                    children: [
                                      (Pipeline
                                        children: [
                                          (C {(sha256sum)} {($ VSub_Name '$path')})
                                          (C {(awk)} {(SQ <'{print $1}'>)})
                                        ]
                                        negated: F
                                      )
                                    ]
                                  )
                                left_token: <Left_CommandSub '$('>
                                spids: [2591 2603]
                              )
                            }
                          spids: [2590]
                        )
                      ]
                      spids: [2588]
                    )
                    (Assignment
                      keyword: Assign_Local
                      pairs: [
                        (assign_pair
                          lhs: (LhsName name:size)
                          op: Equal
                          rhs: 
                            {
                              (CommandSubPart
                                command_list: 
                                  (CommandList
                                    children: [
                                      (C {(stat)} {(--format)} {(SQ <'%s'>)} {($ VSub_Name '$path')})
                                    ]
                                  )
                                left_token: <Left_CommandSub '$('>
                                spids: [2609 2619]
                              )
                            }
                          spids: [2608]
                        )
                      ]
                      spids: [2606]
                    )
                    (C {(echo)} 
                      {(SQ <'<tr> <td class="filename"><a href="'>) ($ VSub_Name '$url') (SQ <'">'>) 
                        ($ VSub_Name '$name') (SQ <'</a></td>\n'> <'               <td class="size">'>) ($ VSub_Name '$size') 
                        (SQ <'</td>\n'> <'               <td class="checksum">'>) ($ VSub_Name '$checksum') (SQ <'</td>\n'> <'         </tr>'>)
                      }
                    )
                  ]
                  spids: [2566 2654]
                )
              spids: [2555 2564]
            )
            (C {(echo)} {(SQ <'</table>'>)})
          ]
          spids: [2525]
        )
      spids: [2521 2524]
    )
    (FuncDef
      name: _html-index
      body: 
        (BraceGroup
          children: [
            (Assignment
              keyword: Assign_Local
              pairs: [
                (assign_pair
                  lhs: (LhsName name:release_root_dir)
                  op: Equal
                  rhs: {($ VSub_Number '$1')}
                  spids: [2730]
                )
              ]
              spids: [2728]
            )
            (ForEach
              iter_name: entry
              iter_words: [{($ VSub_Name '$release_root_dir') (/) (Lit_Other '*')}]
              do_arg_iter: F
              body: 
                (DoGroup
                  children: [
                    (If
                      arms: [
                        (if_arm
                          cond: [
                            (Sentence
                              child: 
                                (Pipeline
                                  children: [(C {(test)} {(-d)} {($ VSub_Name '$entry')})]
                                  negated: T
                                )
                              terminator: <Op_Semi ';'>
                            )
                          ]
                          action: [(ControlFlow token:<ControlFlow_Continue continue>)]
                          spids: [16777215 2763]
                        )
                      ]
                      spids: [16777215 2769]
                    )
                    (Assignment
                      keyword: Assign_Local
                      pairs: [
                        (assign_pair
                          lhs: (LhsName name:dir)
                          op: Equal
                          rhs: {($ VSub_Name '$entry')}
                          spids: [2774]
                        )
                      ]
                      spids: [2772]
                    )
                    (Assignment
                      keyword: Assign_Local
                      pairs: [
                        (assign_pair
                          lhs: (LhsName name:version)
                          op: Equal
                          rhs: 
                            {
                              (CommandSubPart
                                command_list: 
                                  (CommandList
                                    children: [
                                      (C {(head)} {(-n)} {(1)} {($ VSub_Name '$dir') (/oil-version.txt)})
                                    ]
                                  )
                                left_token: <Left_CommandSub '$('>
                                spids: [2782 2791]
                              )
                            }
                          spids: [2781]
                        )
                      ]
                      spids: [2779]
                    )
                    (Assignment
                      keyword: Assign_Local
                      pairs: [
                        (assign_pair
                          lhs: (LhsName name:release_date)
                          op: Equal
                          rhs: 
                            {
                              (CommandSubPart
                                command_list: 
                                  (CommandList
                                    children: [
                                      (C {(head)} {(-n)} {(1)} {($ VSub_Name '$dir') (/release-date.txt)})
                                    ]
                                  )
                                left_token: <Left_CommandSub '$('>
                                spids: [2797 2806]
                              )
                            }
                          spids: [2796]
                        )
                      ]
                      spids: [2794]
                    )
                    (C {(log)} {(DQ ('-- ') ($ VSub_Name '$dir'))})
                    (C {(log)} {(DQ ('Version: ') ($ VSub_Name '$version'))})
                    (C {(log)} {(DQ ('Release Date: ') ($ VSub_Name '$release_date'))})
                    (C {(log)} {(DQ )})
                    (C {(echo)} {(DQ ($ VSub_Name '$release_date') (' ') ($ VSub_Name '$version'))})
                  ]
                  spids: [2749 2850]
                )
              redirects: [
                (Redir
                  op_id: Redir_Great
                  fd: 16777215
                  arg_word: {(_tmp/release-meta.txt)}
                  spids: [2852]
                )
              ]
              spids: [2743 2747]
            )
            (SimpleCommand
              words: [{(sort)} {(-r)} {(_tmp/release-meta.txt)}]
              redirects: [
                (Redir
                  op_id: Redir_Great
                  fd: 16777215
                  arg_word: {(_tmp/sorted-releases.txt)}
                  spids: [2868]
                )
              ]
            )
            (While
              cond: [(Sentence child:(C {(read)} {(date)} {(_)} {(version)}) terminator:<Op_Semi ';'>)]
              body: 
                (DoGroup
                  children: [
                    (C {(log)} {(DQ ('Release Date: ') ($ VSub_Name '$date'))})
                    (C {(log)} {(DQ ('Version: ') ($ VSub_Name '$version'))})
                    (C {(echo)} {(SQ <'<a name="'>) ($ VSub_Name '$version') (SQ <'"></a>'>)})
                    (C {(echo)} {(DQ ('<h2>Version ') ($ VSub_Name '$version') ('</h2>'))})
                    (C {(echo)} {(DQ ('<p class=')) (date) (DQ ('>') ($ VSub_Name '$date') ('</p>'))})
                    (C {(echo)} 
                      {(SQ <'<p>                 <a href="release/'>) ($ VSub_Name '$version') 
                        (SQ <'/announcement.html">Release Announcement</a>\n'> 
                          <'              &nbsp; | &nbsp; <a href="release/'>
                        ) ($ VSub_Name '$version') 
                        (SQ <'/doc/INSTALL.html">INSTALL</a>\n'> 
                          <'              &nbsp; | &nbsp; <a href="release/'>
                        ) ($ VSub_Name '$version') (SQ <'/">Docs and Details</a>\n'> <'          </p>'>)
                      }
                    )
                    (C {(_release-files-html)} {($ VSub_Name '$version')})
                  ]
                  spids: [2885 2972]
                )
              redirects: [
                (Redir
                  op_id: Redir_Less
                  fd: 16777215
                  arg_word: {(_tmp/sorted-releases.txt)}
                  spids: [2974]
                )
              ]
            )
          ]
          spids: [2725]
        )
      spids: [2721 2724]
    )
    (FuncDef
      name: _releases-html-header
      body: 
        (BraceGroup
          children: [
            (SimpleCommand
              words: [{(cat)}]
              redirects: [
                (HereDoc
                  op_id: Redir_DLess
                  fd: 16777215
                  body: 
                    {
                      (DQ ('<!DOCTYPE html>\n') ('<html>\n') ('  <head>\n') 
                        ('    <title>Oil Releases</title>\n') ('    <style>\n') ('      /* Make it centered and skinny for readability */\n') ('      body {\n') 
                        ('        margin: 0 auto;\n') ('        width: 60em;\n') ('      }\n') ('      h1 {\n') ('        text-align: center;\n') ('      }\n') 
                        ('      thead {\n') ('        font-weight: bold;\n') ('      }\n') ('      /* Style for checksum, file size, etc. */\n') 
                        ('\n') ('      .file-table {\n') ('        width: 100%;\n') ('      }\n') ('\n') ('      .filename {\n') 
                        ('        font-family: monospace;\n') ('      }\n') ('\n') ('      .size {\n') ('      }\n') ('      .checksum {\n') 
                        ('        font-family: monospace;\n') ('        color: #555;\n') ('      }\n') ('\n') ('      /* Copied from oilshell.org bundle.css */\n') 
                        ('      .date {\n') ('        font-size: medium;\n') ('        color: #555;\n') ('        padding-left: 1em;\n') 
                        ('      }\n') ('      #home-link {\n') ('        text-align: right;\n') ('      }\n') ('    </style>\n') 
                        ('  </head>\n') ('  <body>\n') ('    <p id=') (Right_DoubleQuote '"') (home-link) (Right_DoubleQuote '"') ('>\n') 
                        ('      <a href=') (Right_DoubleQuote '"') (/) (Right_DoubleQuote '"') ('>oilshell.org</a>\n') ('    </p>\n') 
                        ('    <h1>Oil Releases</h1>\n')
                      )
                    }
                  do_expansion: True
                  here_end: EOF
                  was_filled: T
                  spids: [2990]
                )
              ]
            )
          ]
          spids: [2985]
        )
      spids: [2981 2984]
    )
    (FuncDef
      name: _html-footer
      body: 
        (BraceGroup
          children: [
            (SimpleCommand
              words: [{(cat)}]
              redirects: [
                (HereDoc
                  op_id: Redir_DLess
                  fd: 16777215
                  body: {(DQ ('  </body>\n') ('</html>\n'))}
                  do_expansion: True
                  here_end: EOF
                  was_filled: T
                  spids: [3063]
                )
              ]
            )
          ]
          spids: [3058]
        )
      spids: [3054 3057]
    )
    (FuncDef
      name: html-index
      body: 
        (BraceGroup
          children: [
            (Assignment
              keyword: Assign_Local
              pairs: [
                (assign_pair
                  lhs: (LhsName name:release_root_dir)
                  op: Equal
                  rhs: {($ VSub_Number '$1')}
                  spids: [3081]
                )
              ]
              spids: [3079]
            )
            (Assignment
              keyword: Assign_Local
              pairs: [
                (assign_pair
                  lhs: (LhsName name:out)
                  op: Equal
                  rhs: 
                    {
                      (BracedVarSub
                        token: <VSub_Number 2>
                        suffix_op: 
                          (StringUnary
                            op_id: VTest_ColonHyphen
                            arg_word: {(_tmp) (Lit_Slash /) (releases.html)}
                          )
                        spids: [3088 3094]
                      )
                    }
                  spids: [3087]
                )
              ]
              spids: [3085]
            )
            (BraceGroup
              children: [
                (C {(_releases-html-header)})
                (C {(_html-index)} {($ VSub_Name '$release_root_dir')})
                (C {(_html-footer)})
              ]
              redirects: [
                (Redir
                  op_id: Redir_Great
                  fd: 16777215
                  arg_word: {($ VSub_Name '$out')}
                  spids: [3113]
                )
              ]
              spids: [3098]
            )
            (C {(ls)} {(-l)} {($ VSub_Name '$out')})
          ]
          spids: [3076]
        )
      spids: [3072 3075]
    )
    (C {(DQ ($ VSub_At '$@'))})
  ]
)