Skip to content

Commit

Permalink
Fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
rogervinas authored Nov 22, 2023
1 parent 4f12586 commit 4ae7c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function helloApp() {

Note that `helloApp` function receives the two other functions as parameters and just executes them.

4. Create a main script [src/hello-bash](src/hello.bash) that just loads the 3 required scripts and executes `helloApp` passing `helloMessage` and `helloConsole` functions as parameters:
4. Create a main script [hello.bash](src/hello.bash) that just loads the 3 required scripts and executes `helloApp` passing `helloMessage` and `helloConsole` functions as parameters:

```shell
source "$(dirname "${BASH_SOURCE[0]}")/hello-message.bash"
Expand Down

0 comments on commit 4ae7c8a

Please sign in to comment.