diff --git a/bash/README.md b/bash/README.md index f07e258..14925c6 100644 --- a/bash/README.md +++ b/bash/README.md @@ -1,5 +1,9 @@ # Useful BASH snippets. +## Useful References + +https://devhints.io/bash + ## argument_parsing.bash Handling command line argument / parameter parsing at the beginning of a script.