From b3abecfeacdd0947f65de76255741bf48eecb7e6 Mon Sep 17 00:00:00 2001 From: daryl Date: Tue, 12 Jul 2022 10:50:16 +0930 Subject: [PATCH] Update 'bash/README.md' --- bash/README.md | 4 ++++ 1 file changed, 4 insertions(+) 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.