(command.CommandList
  children: [
    (C {<curl>} {<-O>} 
      {<https> <Id.Lit_Other ':'> 
        <//raw.github.com/jralls/gtk-osx-build/master/gtk-osx-build-setup.sh>
      }
    )
    (C {<sh>} {<gtk-osx-build-setup.sh>})
    (C {<export>} 
      {<Id.Lit_VarLike 'PATH='> ($ Id.VSub_DollarName '$PATH') <Id.Lit_Other ':'> 
        <Id.Lit_TildeLike '~'> </.local/bin/>
      }
    )
    (C {<sed>} {<-i>} {<-e>} {(SQ <'s/^setup_sdk/#setup_sdk/g'>)} 
      {(word_part.TildeSub token:<Id.Lit_TildeLike '~'>) </.jhbuildrc-custom>}
    )
    (command.Simple
      words: [{<cat>}]
      redirects: [
        (redir.HereDoc
          op: <Id.Redir_DLess '<<'>
          fd: -1
          here_begin: {<EOF>}
          here_end_span_id: 110
          stdin_parts: [
            <'setup_sdk(target=_target, sdk_version=_target, architectures=[_default_arch])\n'>
            <'os.environ['>
            <Id.Right_DoubleQuote '"'>
            <DYLD_LIBRARY_PATH>
            <Id.Right_DoubleQuote '"'>
            <'] = '>
            <Id.Right_DoubleQuote '"'>
            <Id.Right_DoubleQuote '"'>
            <'\n'>
            <'build_policy = '>
            <Id.Right_DoubleQuote '"'>
            <updated-deps>
            <Id.Right_DoubleQuote '"'>
            <'\n'>
            <'modules = [ '>
            <Id.Right_DoubleQuote '"'>
            <meta-gtk-osx-bootstrap>
            <Id.Right_DoubleQuote '"'>
            <',\n'>
            <'    '>
            <Id.Right_DoubleQuote '"'>
            <freetype>
            <Id.Right_DoubleQuote '"'>
            <', '>
            <Id.Right_DoubleQuote '"'>
            <fontconfig>
            <Id.Right_DoubleQuote '"'>
            <',\n'>
            <'    '>
            <Id.Right_DoubleQuote '"'>
            <meta-gtk-osx-core>
            <Id.Right_DoubleQuote '"'>
            <',\n'>
            <'    '>
            <Id.Right_DoubleQuote '"'>
            <meta-gtk-osx-themes>
            <Id.Right_DoubleQuote '"'>
            <',\n'>
            <'    '>
            <Id.Right_DoubleQuote '"'>
            <gtk-quartz-engine>
            <Id.Right_DoubleQuote '"'>
            <' ]\n'>
          ]
        )
        (redir.Redir op:<Id.Redir_DGreat '>>'> fd:-1 arg_word:{<.jhbuildrc-custom>})
      ]
    )
    (C {<jhbuild>} {<bootstrap>} {<--skip> <Id.Lit_Equals '='> <libiconv>} {<--ignore-system>})
    (C {<jhbuild>} {<build>})
    (C {<cd>} {(word_part.TildeSub token:<Id.Lit_TildeLike '~'>) </gtk/source>})
    (C {<curl>} {<-O>} 
      {<http> <Id.Lit_Other ':'> 
        <//ftp.gnome.org/pub/gnome/sources/gtk-mac-bundler/0.6/gtk-mac-bundler-0.6.1.tar.bz2>
      }
    )
    (C {<tar>} {<jxvf>} {<gtk-mac-bundler-0.6.1.tar.bz2>})
    (C {<cd>} {<gtk-mac-bundler-0.6.1>})
    (C {<make>} {<install>})
    (C {<cd>} {(word_part.TildeSub token:<Id.Lit_TildeLike '~'>) </gtk>})
  ]
)