Update 'bash/README.md'

This commit is contained in:
daryl
2022-07-01 10:28:11 +09:30
parent 3fb7937c45
commit b396b71421

View File

@@ -10,7 +10,7 @@ BASH doesn't actually have booleans, but there's tricks to make variables behave
## internal_function_w_output_and_return.bash
The right way to have an interal function inside your script, have it output to STDOUT and also have various return values that you can action once the function is completed.
The right way to have an internal function inside your script, have it output to STDOUT and also have various return values that you can action once the function is completed.
## internal_output_tee.bash