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
|
echo
|
||||||
}
|
}
|
||||||
|
|
||||||
|
boxborder(){
|
||||||
|
boxtop
|
||||||
|
for line in "$@" ; do
|
||||||
|
boxline "$line"
|
||||||
|
done
|
||||||
|
boxbottom
|
||||||
|
}
|
||||||
|
|
||||||
success(){
|
success(){
|
||||||
echo -e "\n"
|
echo -e "\n"
|
||||||
boxtop
|
boxtop
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue