added boxborder function
This commit is contained in:
parent
092aa9fae0
commit
b9167a0e67
1 changed files with 8 additions and 0 deletions
|
|
@ -88,6 +88,14 @@ boxseparator(){
|
|||
echo
|
||||
}
|
||||
|
||||
boxborder(){
|
||||
boxtop
|
||||
for line in "$@" ; do
|
||||
boxline "$line"
|
||||
done
|
||||
boxbottom
|
||||
}
|
||||
|
||||
success(){
|
||||
echo -e "\n"
|
||||
boxtop
|
||||
|
|
|
|||
Loading…
Reference in a new issue