Skip to content
Snippets Groups Projects

/bin/sh to /bin/bash

Merged Caughlin Bohn requested to merge scriptstobash into master
38 files
+ 58
58
Compare changes
  • Side-by-side
  • Inline
Files
38
@@ -9,7 +9,7 @@ with Allinea Performance Reports (`perf-report`) on Crane is shown below:
@@ -9,7 +9,7 @@ with Allinea Performance Reports (`perf-report`) on Crane is shown below:
{{% panel theme="info" header="blastn_perf_report.submit" %}}
{{% panel theme="info" header="blastn_perf_report.submit" %}}
{{< highlight batch >}}
{{< highlight batch >}}
#!/bin/sh
#!/bin/bash
#SBATCH --job-name=BlastN
#SBATCH --job-name=BlastN
#SBATCH --nodes=1
#SBATCH --nodes=1
#SBATCH --ntasks=16
#SBATCH --ntasks=16
Loading