pass
This commit is contained in:
parent
2da608c462
commit
363fa82bd8
1 changed files with 18 additions and 18 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue