From b9167a0e67e9e6a779bacfa1a7d101995b69b895 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Wed, 23 Mar 2022 09:12:00 -0700 Subject: [PATCH] added boxborder function --- lib/skel/.bashrc.d/functions | 8 ++++++++ 1 file changed, 8 insertions(+) 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