This commit is contained in:
2019-02-04 00:09:23 -06:00
parent 9c6687b5be
commit 41db700df0
2 changed files with 9 additions and 5 deletions

View File

@@ -48,4 +48,9 @@ DISP_HEADER(){
echo -e "${idsCL[Yellow]}-------------------------------------------------------------${idsCL[Default]}"
fi
echo ""
}
DIVIDER(){
echo -e "${idsCL[Yellow]}-------------------------------------------------------------${idsCL[Default]}"
echo ""
}