Update 'bash/README.md'

This commit is contained in:
daryl
2022-07-01 11:40:06 +09:30
parent a44d979737
commit 79034b2888

View File

@@ -4,6 +4,10 @@
Handling command line argument / parameter parsing at the beginning of a script.
## array_append.bash
How to declare an array, append new elements, iterate over the array for processing.
## booleans.bash
BASH doesn't actually have booleans, but there's tricks to make variables behave enough like bools to be useful.