From 1135e0c807b73b462543aaff24cd072d78f50471 Mon Sep 17 00:00:00 2001
From: Brandon Rodriguez <brodriguez8774@gmail.com>
Date: Wed, 7 Oct 2020 07:11:10 -0400
Subject: [PATCH] Update readme with basic Bash syntax references

---
 documents/references.md | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/documents/references.md b/documents/references.md
index 3e5f4bc..c69740a 100644
--- a/documents/references.md
+++ b/documents/references.md
@@ -5,5 +5,26 @@
 Various references used in project.
 
 
+## General Bash References
+
+### Shebang Line
+<https://linuxize.com/post/bash-shebang/>
+
+### Local Variables
+<https://tldp.org/LDP/abs/html/localvar.html>
+
+### For Loops
+<https://www.cyberciti.biz/faq/bash-for-loop/>
+
+### Functions
+<https://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO-8.html>
+
+### Arrays
+<https://opensource.com/article/18/5/you-dont-know-bash-intro-bash-arrays>
+
+### Dictionaries
+<https://stackoverflow.com/questions/1494178/how-to-define-hash-tables-in-bash>
+
+
 ## References
 None so far.
-- 
GitLab