diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ **Usage** source ./pb - printf %b "$(pb_bg 196)$(pb_fg 254) RED $(pb_nc)\n" + 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) |