#!/bin/sh
# This bootstrap.sh is a shell script that produces on stdout our bootstrap block.
# The "bootstrap" config param takes a command to run, which is where we use this.
# Running the ex command ":bootstrap" in cmpr then runs this, and the bootstrap block is sent to the LLM.
# You can adapt this to your own project or create your own script or program that outputs what you need.
cat <