diff options
author | Philip Wittamore <philip@wittamore.com> | 2025-05-17 09:10:50 +0200 |
---|---|---|
committer | Philip Wittamore <philip@wittamore.com> | 2025-05-17 09:10:50 +0200 |
commit | fce09361f080484f4d116311a1e3bba127658744 (patch) | |
tree | 6044f31e4c5bc080bb5ffeaf57437de5188089f4 | |
parent | 6c1ff8fe7947266e4c8e47a55f73542ce88b6fe9 (diff) | |
download | bashlib-fce09361f080484f4d116311a1e3bba127658744.tar.gz bashlib-fce09361f080484f4d116311a1e3bba127658744.tar.bz2 bashlib-fce09361f080484f4d116311a1e3bba127658744.zip |
update
-rwxr-xr-x | colour_test | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/colour_test b/colour_test index cbcd390..277582d 100755 --- a/colour_test +++ b/colour_test @@ -2,10 +2,11 @@ # 256 colour functions # usage: -source ./pb +source ~/.local/lib/pb_number +source ~/.local/lib/pb_colour printf %b "$(pb_bg 196)$(pb_fg 254) RED $(pb_nc)\n" -printf %b "$(pb_bg ABC)$(pb_fg 254) RED $(pb_nc)\n" +printf %b "$(pb_bg ABC)$(pb_fg 254) NOT RED $(pb_nc)\n" -printf %b "$(pb_bg )$(pb_fg 254) RED $(pb_nc)\n" +printf %b "$(pb_bg )$(pb_fg 254) NOT RED $(pb_nc)\n" |