added boxborder function

This commit is contained in:
BuildTools 2022-03-23 09:12:00 -07:00
parent 092aa9fae0
commit b9167a0e67

View file

@ -88,6 +88,14 @@ boxseparator(){
echo
}
boxborder(){
boxtop
for line in "$@" ; do
boxline "$line"
done
boxbottom
}
success(){
echo -e "\n"
boxtop