Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlivio committed Jun 28, 2023
1 parent aab22c8 commit 06dcdf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# bash-helpers

Template to support you create multi-OS bash helpers (win MSYS2/GitBash/WSL, ubu, mac). Useful to you organize your helpers in `OS-dependent` or `command-dependent`. The [init.sh](init.sh) load `OS-dependent` from `os_*.bash` files after testing `$OSTYPE` and load `command-dependent` from `lib/*.bash` after testing `type <command>`.
Template to easily create multi-OS bash helpers for win (msys2/gitbash/wsl), ubu, and mac. Useful to let you organize helpers in `OS-dependent` or `command-dependent`. The [init.sh](init.sh) load `OS-dependent` from `os_*.bash` files after testing `$OSTYPE` and load `command-dependent` from `lib/*.bash` after testing `type <command>`.
The project logo refers to the synthetic chemical element Bohrium, which also has BH's initials.

```mermaid
Expand Down

0 comments on commit 06dcdf9

Please sign in to comment.