rules
This commit is contained in:
parent
d42b59a795
commit
13c167fb9b
1 changed files with 12 additions and 0 deletions
12
spcd/main.sh
12
spcd/main.sh
|
@ -1,5 +1,7 @@
|
|||
#! /usr/bin/env sh
|
||||
|
||||
#╶──────────────────────────────────────╴
|
||||
|
||||
# ╭──────────╮
|
||||
# │ defaults │
|
||||
# ╰──────────╯
|
||||
|
@ -31,6 +33,8 @@
|
|||
[ -n "${SPCD_URL_UBUNTU}" ] ||
|
||||
SPCD_URL_UBUNTU="https://ubuntu.mirrors.ovh.net"
|
||||
|
||||
#╶──────────────────────────────────────╴
|
||||
|
||||
# ╭──────────╮
|
||||
# │ internal │
|
||||
# ╰──────────╯
|
||||
|
@ -205,6 +209,8 @@ spcd_step_wipe() {
|
|||
"SPCD_STEP_${SPCD_STEP_LEVEL}_LABEL"
|
||||
}
|
||||
|
||||
#╶──────────────────────────────────────╴
|
||||
|
||||
# ╭───────────┬───────╮
|
||||
# │ functions │ error │
|
||||
# ╰───────────┴───────╯
|
||||
|
@ -325,6 +331,8 @@ spcd_step_out() {
|
|||
SPCD_STEP_LEVEL=$((SPCD_STEP_LEVEL - 1))
|
||||
}
|
||||
|
||||
#╶──────────────────────────────────────╴
|
||||
|
||||
# ╭───────┬───────────╮
|
||||
# │ steps │ constants │
|
||||
# ╰───────┴───────────╯
|
||||
|
@ -1162,6 +1170,8 @@ ${SPCD_PYTHON_ALIAS} / ${spcd_stp__name}"
|
|||
"${SPCD_PYTHON_ALIAS}" -m "${spcd_stp__name}"
|
||||
}
|
||||
|
||||
#╶──────────────────────────────────────╴
|
||||
|
||||
# ╭───────────╮
|
||||
# │ functions │
|
||||
# ╰───────────╯
|
||||
|
@ -1227,6 +1237,8 @@ spcd_write() {
|
|||
fi
|
||||
}
|
||||
|
||||
#╶──────────────────────────────────────╴
|
||||
|
||||
# ╭──────╮
|
||||
# │ main │
|
||||
# ╰──────╯
|
||||
|
|
Loading…
Reference in a new issue