aboutsummaryrefslogtreecommitdiff
path: root/colour_test
diff options
context:
space:
mode:
authorPhilip Wittamore <philip@wittamore.com>2025-05-17 09:10:50 +0200
committerPhilip Wittamore <philip@wittamore.com>2025-05-17 09:10:50 +0200
commitfce09361f080484f4d116311a1e3bba127658744 (patch)
tree6044f31e4c5bc080bb5ffeaf57437de5188089f4 /colour_test
parent6c1ff8fe7947266e4c8e47a55f73542ce88b6fe9 (diff)
downloadbashlib-fce09361f080484f4d116311a1e3bba127658744.tar.gz
bashlib-fce09361f080484f4d116311a1e3bba127658744.tar.bz2
bashlib-fce09361f080484f4d116311a1e3bba127658744.zip
update
Diffstat (limited to 'colour_test')
-rwxr-xr-xcolour_test7
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"