From ab3e263c17c14db2a2e4c8a364ade9e086654f82 Mon Sep 17 00:00:00 2001 From: daryl Date: Mon, 11 Jul 2022 13:39:30 +0930 Subject: [PATCH] Update 'bash/README.md' --- bash/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bash/README.md b/bash/README.md index aeb9da1..f07e258 100644 --- a/bash/README.md +++ b/bash/README.md @@ -32,6 +32,10 @@ Quick and easy script runtime output. tmux wrapper for another script, e.g. to have top running in part of your terminal while another task runs in the button, then nicely clean up afterwards. +## tput_colours_etc.bash + +Using tput command to modify visual output, for example text colours. + ## usage_help.bash Put your usage output in a function to make it easily callable from multiple places as required.