From 76abe4064e3f44466cf65b26ff19a9707b0aec52 Mon Sep 17 00:00:00 2001 From: salmandjing <salmandjing@huskers.unl.edu> Date: Wed, 29 Apr 2020 19:43:27 +0000 Subject: [PATCH] Replaced #!/bin/sh with #!/bin/bash --- content/submitting_jobs/submitting_a_job_array.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/submitting_jobs/submitting_a_job_array.md b/content/submitting_jobs/submitting_a_job_array.md index 5c6acfee..0dd681fa 100644 --- a/content/submitting_jobs/submitting_a_job_array.md +++ b/content/submitting_jobs/submitting_a_job_array.md @@ -16,7 +16,7 @@ in [Submitting Jobs]({{< relref "/guides/submitting_jobs/_index.md" >}}). {{% panel theme="info" header="example.slurm" %}} {{< highlight batch >}} -#!/bin/sh +#!/bin/bash #SBATCH --array=0-31 #SBATCH --time=03:15:00 # Run time in hh:mm:ss #SBATCH --mem-per-cpu=1024 # Minimum memory required per CPU (in megabytes) -- GitLab