This repository has been archived on 2024-08-13. You can view files and clone it, but cannot push or open issues or pull requests.
bunc/README.md

23 lines
680 B
Markdown
Raw Normal View History

# bunc
2018-01-05 05:27:11 +00:00
2018-01-05 05:32:32 +00:00
&copy; 2017 Antoine Martin \<antoine.martin@protonmail.com\>, provided under GNU General Public License v3.0.
2018-01-05 05:27:11 +00:00
A set of bash functions
2018-01-05 05:27:11 +00:00
## _msg
Messaging framework for scripts.
2018-01-05 05:27:11 +00:00
## _if functions
Set of if functions to make life easier
* _if_array_contains True if variable exists in array as element
* _if_is_integer True is variable is integer. Can be multiple
* _if_is_defined True if variable is defined (Not working)
* _if_has_value True if variable has non-zero value (Not working)
## _ansi
Sets terminal properties such as cursor position and text color using ANSI
escape sequences.
2018-01-11 23:45:04 +00:00
## _cfg
Reads and writes config files delimited by tabs, like fstab, using aw.