From 5c99c53bd066554b77b4e8540c92f6a31c5f19ed Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Sun, 25 Oct 2020 21:43:51 -0400 Subject: [PATCH] Update references --- documents/references.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/documents/references.md b/documents/references.md index 7a613a2..f36120a 100644 --- a/documents/references.md +++ b/documents/references.md @@ -27,6 +27,9 @@ Various references used in project. ### Dictionaries <https://stackoverflow.com/questions/1494178/how-to-define-hash-tables-in-bash> +### Bash UnitTesting +<https://github.com/bats-core/bats-core> + ## References @@ -66,3 +69,6 @@ Various references used in project. #### Get User Input <https://ryanstutorials.net/bash-scripting-tutorial/bash-input.php> + +#### Abort on Error +<https://stackoverflow.com/a/3474556> -- GitLab