Update 'bash/README.md'

This commit is contained in:
daryl
2022-07-11 13:39:30 +09:30
parent 58144cd28b
commit ab3e263c17

View File

@@ -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.