This commit is contained in:
2019-02-07 09:34:14 -06:00
parent 388180256f
commit e7a14361a3
2 changed files with 26 additions and 32 deletions

View File

@@ -79,7 +79,13 @@ DISP_HEADER(){
}
DIVIDER(){
echo -e "${idsCL[Yellow]}-----------------------------------------------------------------------${idsCL[Default]}"
if [ -z "$2" ]; then
clr='Yellow'
else
clr=$2
fi
}
echo -e "${idsCL[${clr}]}-----------------------------------------------------------------------${idsCL[Default]}"
if [ "$1" = true ]; then
echo ""
fi