From 7a0ca145fb51884ed284b88ec65c09d978064398 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 7 Sep 2024 07:57:56 +0200 Subject: [PATCH] __ --- spcd/bootstrap.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/spcd/bootstrap.sh b/spcd/bootstrap.sh index ee479e0..c3c2097 100644 --- a/spcd/bootstrap.sh +++ b/spcd/bootstrap.sh @@ -1,5 +1,17 @@ #! /usr/bin/env sh +# ╭───────────────╮ +# │ __ = internal │ +# ╰───────────────╯ + +# __SPCD_BANNER_TOP +# __SPCD_BANNER_MIDDLE +# __SPCD_BANNER_BOTTOM + +# __SPCD_STEP_LEVEL +# __SPCD_STEP_level_INDEX +# __SPCD_STEP_level_LABEL + # ╭─────────────╮ # │ _ = private │ # ╰─────────────╯