horizontal
Some checks failed
/ job (push) Failing after 1m0s

This commit is contained in:
Marc Beninca 2024-04-29 12:26:45 +02:00
parent c3e6ec5a34
commit 4dbf04fb10
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

4
cd.sh
View file

@ -308,9 +308,9 @@ cd_step () {
if [ "${1}" ] ; then if [ "${1}" ] ; then
CD_STEP=$((CD_STEP+1)) CD_STEP=$((CD_STEP+1))
echo "\ echo "\
╭─┄┈ ╭─┄┈
${CD_STEP} ${1} ${CD_STEP} ${1}
╰─┄┈ ╰─┄┈
" "
fi fi
} }