diff options
author | Philip Wittamore <philip@wittamore.com> | 2025-05-17 09:36:55 +0200 |
---|---|---|
committer | Philip Wittamore <philip@wittamore.com> | 2025-05-17 09:36:55 +0200 |
commit | fb5cdc42b9c2be283da2f8158e41676eba529c18 (patch) | |
tree | 2e19f0dc62ef3e62ad9eff41cb896f4b8b6e3bff | |
parent | 3d1e2e2ea7fac9525967c8dfd25d50b32e1e5c82 (diff) | |
download | bashlib-fb5cdc42b9c2be283da2f8158e41676eba529c18.tar.gz bashlib-fb5cdc42b9c2be283da2f8158e41676eba529c18.tar.bz2 bashlib-fb5cdc42b9c2be283da2f8158e41676eba529c18.zip |
update
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,6 +1,14 @@ # My fledgling bash library +## number functions + **pb_number** + pb_isuint + pb_isint + pb_isunumber + pb_isnumber + ## colour functions + **pb_colour** pb_fg 0-254 set foreground colour pb_bg 0-254 set background colour pb_nc remove coulours |