From 62d2c3f32a3856fb79921ba1193681b2cbb9cacb Mon Sep 17 00:00:00 2001
From: Ravi Tripathi <ravi89@uab.edu>
Date: Tue, 14 Aug 2018 14:10:07 -0500
Subject: [PATCH] Adding some instructions in README file

---
 bash_array_jobs/README.md | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/bash_array_jobs/README.md b/bash_array_jobs/README.md
index da15dee..207b959 100644
--- a/bash_array_jobs/README.md
+++ b/bash_array_jobs/README.md
@@ -1,23 +1,21 @@
 # Content #
 
-* prep_env: 
-
+* prep_env:  
 An executable to create test environment to run the job scripts on.
 
 Usage: ./prep_env {seq,rand.diff}
 
-seq: Create a test_dir with sequential file names.
-rand: Create a test_dir with random file names.
+seq: Create a test_dir with sequential file names.  
+rand: Create a test_dir with random file names.  
 diff: Create a test_dir with random sub-directory names, and a file 'test' in each directory.
 
 
-* clean_env:
-
+* clean_env:  
 An executable to remove all the files/directories from your current directory, except the ones originally present.
 
 Usage: ./clean_env
 
 
-* bash_parallel_script:
+* bash_parallel_script:  
 
  
-- 
GitLab