Skip to content
Snippets Groups Projects
Commit 1bc8e770 authored by Tim O'Donnell's avatar Tim O'Donnell
Browse files

fix

parent a583028b
No related branches found
No related tags found
No related merge requests found
...@@ -194,7 +194,7 @@ else ...@@ -194,7 +194,7 @@ else
echo cd "$(pwd)" >> ${i}.lsf echo cd "$(pwd)" >> ${i}.lsf
cat $i >> ${i}.lsf cat $i >> ${i}.lsf
cat ${i}.lsf cat ${i}.lsf
bsub -K < {i}.lsf & bsub -K < "${i}.lsf" &
bash $i bash $i
done done
wait wait
......
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