]> Kevux Git Server - fll/commit
Update: Improve example bootstrap script, exiting properly on error.
authorKevin Day <Kevin@kevux.org>
Mon, 28 Apr 2025 22:17:49 +0000 (17:17 -0500)
committerKevin Day <Kevin@kevux.org>
Mon, 28 Apr 2025 22:17:49 +0000 (17:17 -0500)
commitc7d08d41893c98ecf03b0dc1210af38c33ff134b
tree82436eed08a5f45ecaa35b6f82a72ca14283dd75
parent52d304b056116a541ab7ac1a1ac4c83869ee5b5b
Update: Improve example bootstrap script, exiting properly on error.

The `bootstrap-example.sh` has been used as a demonstratable example that can be used to build this project.
This script has become incredibly convenient but I had not made it as resilient as it could be.

This changes the script to properly exit with a non-zero return code on error.
This should allow for adding this script to a series of bash commands along with the conditional operators like `&&` and `||`.
build/scripts/bootstrap-example.sh