From 70d08548d43cc70e4f44da21eb1c37b2d54b0867 Mon Sep 17 00:00:00 2001
From: Brandon Rodriguez <brodriguez8774@gmail.com>
Date: Mon, 2 Mar 2020 13:29:17 -0500
Subject: [PATCH] Update references

---
 documents/references.md | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/documents/references.md b/documents/references.md
index 2ebef18..5f41f94 100644
--- a/documents/references.md
+++ b/documents/references.md
@@ -34,11 +34,14 @@ Includes anything from stack overflow links to notes about logic from previous w
 ### Getting Last Argument
 <https://www.cyberciti.biz/faq/linux-unix-bsd-apple-osx-bash-get-last-argument/>
 
+### Getting Arg Count
+<https://linuxconfig.org/bash-script-how-to-check-number-of-supplied-command-line-arguments>
+
 ### Color Output
-https://stackoverflow.com/a/5947802
+<https://stackoverflow.com/a/5947802>
 
 ### Getting Script Directory
-https://stackoverflow.com/a/337006
+<https://stackoverflow.com/a/337006>
 
 ### Manipulating Strings
-https://stackoverflow.com/a/14703709
+<https://stackoverflow.com/a/14703709>
-- 
GitLab