Added new env based shebangs
This commit is contained in:
parent
ab70df46b3
commit
21aafcff36
2 changed files with 2 additions and 3 deletions
|
|
@ -1,5 +1,4 @@
|
|||
#!/run/current-system/sw/bin/bash
|
||||
|
||||
#!/usr/bin/env bash
|
||||
# Delete the scratch directory for the job
|
||||
SCRATCH_DIR="/scratch/job-$SLURM_JOB_ID"
|
||||
rm -rf "$SCRATCH_DIR"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/run/current-system/sw/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Create the scratch directory for the job
|
||||
SCRATCH_DIR="/scratch/job-$SLURM_JOB_ID"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue