From 363fa82bd8edfb824e293c02d526e572fd4153c4 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 7 Sep 2024 07:45:39 +0200 Subject: [PATCH] pass --- spcd/bootstrap.sh | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/spcd/bootstrap.sh b/spcd/bootstrap.sh index fb5355c..5615ac7 100644 --- a/spcd/bootstrap.sh +++ b/spcd/bootstrap.sh @@ -195,9 +195,9 @@ _spcd_txt_pick() { esac } -# ╭───────────╮ -# │ functions │ -# ╰───────────╯ +# ╭────────────╮ +# │ p = public │ +# ╰────────────╯ spcd_ca() { local grep="\(After\|Before\|Issuer\|Signature Algorithm\|Subject:\)" @@ -255,9 +255,9 @@ spcd_eval() { fi } -# ╭───────────┬───────╮ -# │ functions │ error │ -# ╰───────────┴───────╯ +# ╭───┬───────╮ +# │ p │ error │ +# ╰───┴───────╯ spcd_error_ci() { echo "× CI: ${*}" @@ -270,9 +270,9 @@ spcd_error_os() { exit "${_SPCD_ERROR_OS}" } -# ╭───────────┬────╮ -# │ functions │ os │ -# ╰───────────┴────╯ +# ╭───┬────╮ +# │ p │ os │ +# ╰───┴────╯ spcd_os_grep() { local variable="${1}" @@ -337,17 +337,17 @@ spcd_os_write() { fi } -# ╭───────────┬───────╮ -# │ functions │ split │ -# ╰───────────┴───────╯ +# ╭───┬───────╮ +# │ p │ split │ +# ╰───┴───────╯ spcd_split() { echo "${_SPCD_RULE_LEFT}${_SPCD_RULE_MIDDLE}${_SPCD_RULE_RIGHT}" } -# ╭───────────┬──────╮ -# │ functions │ step │ -# ╰───────────┴──────╯ +# ╭───┬──────╮ +# │ p │ step │ +# ╰───┴──────╯ spcd_step() { if [ -n "${1}" ]; then @@ -371,9 +371,9 @@ spcd_step_out() { __SPCD_STEP_LEVEL=$((__SPCD_STEP_LEVEL - 1)) } -# ╭───────────┬─────╮ -# │ functions │ txt │ -# ╰───────────┴─────╯ +# ╭───┬─────╮ +# │ p │ txt │ +# ╰───┴─────╯ SPCD_TXT_LOCALE_ENGLISH="en_US" SPCD_TXT_LOCALE_FRENCH="fr_FR"