This document discusses various recipes and techniques for templating and using shell commands in Python buildouts. It covers recipes for templating configuration files like z3c.recipe.template and zc.recipe.macro. It also describes using the plone.recipe.command recipe to run shell commands from buildouts and pushing multiple commands into a single script using cp.recipe.cmd. Finally, it provides some references for further information on buildouts and related tools.