diff options
author | Philip Wittamore <philip@wittamore.com> | 2025-05-16 18:16:30 +0200 |
---|---|---|
committer | Philip Wittamore <philip@wittamore.com> | 2025-05-16 18:16:30 +0200 |
commit | e6c5bde0a4fe5660f82e7a8ff94a37e1b394edb6 (patch) | |
tree | 671c4b7b4dd8cdbe7828b4f5fb0ebea8e41ba3eb /colour_test | |
parent | 211ce7e891a137000ab930d2fcdd64132b0951d2 (diff) | |
download | bashlib-e6c5bde0a4fe5660f82e7a8ff94a37e1b394edb6.tar.gz bashlib-e6c5bde0a4fe5660f82e7a8ff94a37e1b394edb6.tar.bz2 bashlib-e6c5bde0a4fe5660f82e7a8ff94a37e1b394edb6.zip |
update
Diffstat (limited to 'colour_test')
-rwxr-xr-x | colour_test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/colour_test b/colour_test index 22466a4..d5d6691 100755 --- a/colour_test +++ b/colour_test @@ -2,4 +2,4 @@ source ./pb -printf %b "$(bg 196)$(fg 254) RED $(nc)\n" +printf %b "$(pb_bg 196)$(pb_fg 254) RED $(pb_nc)\n" |