From e4186a0cc7bb60c9af250b76f3d1b4cf61076ed6 Mon Sep 17 00:00:00 2001 From: Alan Weinstock Date: Wed, 13 Apr 2022 10:42:36 -0700 Subject: [PATCH] updated readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 7e708cb..fd8393d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ pyr0-bash-functions =============== + +A functions library for bash-like scripting + +Includes: + + - Colorization + - Text Formatting + - Bounding Box Drawing + - Logging + - User-interactable menus + +With all of these tools combined, you can make powerful interactive scripts with ease and pleasant form + +run `./demo.sh` for example output \ No newline at end of file