From 6f5526a0f023501f7e0b65a236c8990520b3ac31 Mon Sep 17 00:00:00 2001 From: purple Date: Tue, 28 Nov 2023 17:54:48 +0100 Subject: [PATCH] feat(throwError): add comment at file begin --- blueprint/lib/throwError.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/blueprint/lib/throwError.sh b/blueprint/lib/throwError.sh index 30e1287..fa4435a 100644 --- a/blueprint/lib/throwError.sh +++ b/blueprint/lib/throwError.sh @@ -1,4 +1,7 @@ #!/bin/bash +# +# This script has been created as part of the Blueprint source code +# and may be intergrated directly into the core in the future. source $BLUEPRINT__FOLDER/.blueprint/lib/bash_colors.sh