Closed tavareshugo closed 1 year ago
At the moment we have:
RUN_ID_1=$(sbatch 001_create.sh | cut -d " " -f 4)
But this can instead be:
RUN_ID_1=$(sbatch --parsable 001_create.sh)
fixed with #34
At the moment we have:
But this can instead be: