Skip to content
Snippets Groups Projects
Commit ece55028 authored by Ignacio Pisso's avatar Ignacio Pisso
Browse files

fix typo an SLURM run script

parent 55c1d309
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
#OUTPUT="$(ls -1 *.sl)" #OUTPUT="$(ls -1 *.sl)"
OUTPUdefaultT="$(ls -1 *.sl)" OUTPUTdefault="$(ls -1 *.sl)"
OUTPUT=${OUTPUTvar:-$OUTPUTdefault} OUTPUT=${OUTPUTvar:-$OUTPUTdefault}
rm joblist rm joblist
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment