aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPhilip Wittamore <philip@wittamore.com>2025-05-18 09:18:34 +0200
committerPhilip Wittamore <philip@wittamore.com>2025-05-18 09:18:34 +0200
commit7717935d3c1ae5c613af41886c9cdb4e0f5e1f69 (patch)
tree751d5d43e17f532b54266bce503f3286d6d64f5d /README.md
parent900b384a48faf2bb045b9b42a1784af75e2dd8a4 (diff)
downloadbashlib-7717935d3c1ae5c613af41886c9cdb4e0f5e1f69.tar.gz
bashlib-7717935d3c1ae5c613af41886c9cdb4e0f5e1f69.tar.bz2
bashlib-7717935d3c1ae5c613af41886c9cdb4e0f5e1f69.zip
update
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4c465f2..fc01b78 100644
--- a/README.md
+++ b/README.md
@@ -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)