Update default.inc

This commit is contained in:
2025-06-14 11:56:06 -05:00
parent a23ee92f2b
commit 51080999d9

View File

@@ -219,9 +219,9 @@ DIVIDER(){
fi fi
local c=0; local dashes=''; until [ $c = ${length} ]; do local dashes="${dashes}-"; local c=`expr $c + 1`; done local c=0; local dashes=''; until [ $c = ${length} ]; do local dashes="${dashes}-"; local c=`expr $c + 1`; done
[ ${1} -eq 1 ] && echo [ "${1}" == "1" ] && echo
[ "${clr}" == "." ] && echo ${dashes} || echo -e "${idsCL[${clr~}]}${dashes}${idsCL[Default]}" [ "${clr}" == "." ] && echo ${dashes} || echo -e "${idsCL[${clr~}]}${dashes}${idsCL[Default]}"
([ ${1} -eq 2 ] || [ "${1}" == "true" ]) && echo ([ "${1}" == "2" ] || [ "${1}" == "true" ]) && echo
} }
DIVIDER_C(){ DIVIDER_C(){
[ -z ${2+x} ] && clr='yellow' || clr=$2 [ -z ${2+x} ] && clr='yellow' || clr=$2