diff options
author | Philip Wittamore <philip@wittamore.com> | 2025-05-18 09:18:34 +0200 |
---|---|---|
committer | Philip Wittamore <philip@wittamore.com> | 2025-05-18 09:18:34 +0200 |
commit | 7717935d3c1ae5c613af41886c9cdb4e0f5e1f69 (patch) | |
tree | 751d5d43e17f532b54266bce503f3286d6d64f5d /README.md | |
parent | 900b384a48faf2bb045b9b42a1784af75e2dd8a4 (diff) | |
download | bashlib-7717935d3c1ae5c613af41886c9cdb4e0f5e1f69.tar.gz bashlib-7717935d3c1ae5c613af41886c9cdb4e0f5e1f69.tar.bz2 bashlib-7717935d3c1ae5c613af41886c9cdb4e0f5e1f69.zip |
update
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -19,8 +19,9 @@ **Usage** - source ./pb - printf %b "$(pb_bg 196)$(pb_fg 254) WHITE TEXT ON RED BACKGROUND $(pb_nc)\n" +source ./pb + +printf %b "$(pb_bg 196)$(pb_fg 254) WHITE TEXT ON RED BACKGROUND $(pb_nc)\n" ## Bash string manipulation cheatsheet [https://gist.github.com/magnetikonline/90d6fe30fc247ef110a1](https://gist.github.com/magnetikonline/90d6fe30fc247ef110a1) |