On Thu, Jul 15 2021, Jonathan Tan wrote: > + git init client && > + test_when_finished 'rm -rf client' && Nit (don't think this needs a re-roll): Better to do test_when_finished before whatever creates the thing, in case the command has a bug/errors out etc. during development. Ditto the below.