diff --git a/lib/skel/.bashrc.d/functions b/lib/skel/.bashrc.d/functions index 9405022..2f77c96 100644 --- a/lib/skel/.bashrc.d/functions +++ b/lib/skel/.bashrc.d/functions @@ -88,6 +88,14 @@ boxseparator(){ echo } +boxborder(){ + boxtop + for line in "$@" ; do + boxline "$line" + done + boxbottom +} + success(){ echo -e "\n" boxtop