diff options
author | Philip Wittamore <philip@wittamore.com> | 2025-05-16 17:16:19 +0200 |
---|---|---|
committer | Philip Wittamore <philip@wittamore.com> | 2025-05-16 17:16:19 +0200 |
commit | d4bfe144de8330ecbf737d04e59d6069597a5ebc (patch) | |
tree | 7344dae86eb13181a517c8ecd38939517b77f5e3 /colour_test | |
parent | 71842f833dac41f652a0bf00cba97e3738aa3ad7 (diff) | |
download | bashlib-d4bfe144de8330ecbf737d04e59d6069597a5ebc.tar.gz bashlib-d4bfe144de8330ecbf737d04e59d6069597a5ebc.tar.bz2 bashlib-d4bfe144de8330ecbf737d04e59d6069597a5ebc.zip |
update
Diffstat (limited to 'colour_test')
-rwxr-xr-x | colour_test | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/colour_test b/colour_test new file mode 100755 index 0000000..22466a4 --- /dev/null +++ b/colour_test @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +source ./pb + +printf %b "$(bg 196)$(fg 254) RED $(nc)\n" |