#!/usr/bin/env bash # Tell this script to exit if there are any errors. set -oue pipefail # # AUTORUN: # # This script simplifies your "recipe.yml" management whenever you simply want # to "run everything automatically" based on whatever script files exist on disk. # # Set any or all of your "recipe.yml" script categories to "autorun.sh", and # enjoy the magic! The autorunner will then automatically look up all ".sh" # script files within the corresponding "scripts/