From 6c7ccf1239784d894a7966136ee71ab8cc1208c9 Mon Sep 17 00:00:00 2001
From: salmandjing <salmandjing@huskers.unl.edu>
Date: Wed, 29 Apr 2020 19:41:23 +0000
Subject: [PATCH] changed #!/bin/sh to #!/bin/bash

---
 content/submitting_jobs/_index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/submitting_jobs/_index.md b/content/submitting_jobs/_index.md
index 08a19416..503bc8c8 100644
--- a/content/submitting_jobs/_index.md
+++ b/content/submitting_jobs/_index.md
@@ -59,7 +59,7 @@ the submit file.
 **SLURM Submit File**
 
 {{< highlight batch >}}
-#!/bin/sh
+#!/bin/bash
 #SBATCH --time=03:15:00          # Run time in hh:mm:ss
 #SBATCH --mem-per-cpu=1024       # Maximum memory required per CPU (in megabytes)
 #SBATCH --job-name=hello-world
-- 
GitLab