Commit Graph

3 Commits

Author SHA1 Message Date
37432a6ac8 - Base library:
- Rename default.bash to base.bash,
    - Normalize some function names: version_print(), help_print(), str_quote(), str_escape(), echo_line(), echo_error() & cmd_exec()
    - Normalise some global variables: VERBOSE & DRY_RUN,
    - Add default options: errexit, pipefail & nounset,
    - Add GPL headers,
- ISL:
    - Move ISL functions to isl command,
    - Add bsh completion.
2026-03-29 12:18:34 +02:00
0be015d53f - Default library:
- Normalize some function names: version_print(), help_print(), str_quote(), str_escape(), echo_line(), echo_error() & cmd_exec()
    - Normalise some global variables: VERBOSE & DRY_RUN,
    - Add default options: errexit, pipefail & nounset,
    - Add GPL headers,
- ISL:
    - Move ISL to docker_tools.
2026-03-28 19:09:45 +01:00
97c05c4606 - Initial release: bash profile config & default library included. rx3-base-1.0.0 2026-03-17 19:13:36 +01:00