From 48973778845f05ab7f8c5768a5ab45e8de655188 Mon Sep 17 00:00:00 2001
From: Ravi Tripathi <ravi89@uab.edu>
Date: Tue, 14 Aug 2018 19:36:22 -0500
Subject: [PATCH] Adding link for bash scripting- SW carpentry

---
 bash_array_jobs/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bash_array_jobs/README.md b/bash_array_jobs/README.md
index 42f1831..eaf1803 100644
--- a/bash_array_jobs/README.md
+++ b/bash_array_jobs/README.md
@@ -10,7 +10,7 @@ The most basic method would be to create a [SLURM](https://docs.uabgrid.uab.edu/
 * Lots of manual work and really time consuming.
 
 ## Bash Scripting ##
-Second method would be to create a bash script, that will loop through the files in your DATA directory, and create a job script for each one, as well as submit it.
+Second method would be to [create a bash script](https://swcarpentry.github.io/shell-novice/), that will loop through the files in your DATA directory, and create a job script for each one, as well as submit it.
 ```
 for file_name in `ls $data_dir`
 do
-- 
GitLab