diff options
author | Philip Wittamore <philip@wittamore.com> | 2025-05-16 11:58:47 +0200 |
---|---|---|
committer | Philip Wittamore <philip@wittamore.com> | 2025-05-16 11:58:47 +0200 |
commit | 71842f833dac41f652a0bf00cba97e3738aa3ad7 (patch) | |
tree | 7968446d826e39ab81d90eb4bad078df5ec61b7f | |
parent | 8893b723b63114d8423abd6fd42f2048a1d14ef0 (diff) | |
download | bashlib-71842f833dac41f652a0bf00cba97e3738aa3ad7.tar.gz bashlib-71842f833dac41f652a0bf00cba97e3738aa3ad7.tar.bz2 bashlib-71842f833dac41f652a0bf00cba97e3738aa3ad7.zip |
update
-rw-r--r-- | pb_colours.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pb_colours.sh b/pb_colours.sh index b450629..f83f100 100644 --- a/pb_colours.sh +++ b/pb_colours.sh @@ -1,4 +1,7 @@ # colours +# usage: +# printf "${fg_red}RED TEXT${nc_}" +# printf "${fg_}196mRED TEXT{nc_}" fg_black='\033[0;30m' fg_red='\033[0;31m' |