diff --git a/src/M3C.p b/src/M3C.p index 5f829e3..b3fbad1 100755 --- a/src/M3C.p +++ b/src/M3C.p @@ -236,6 +236,8 @@ main(){ cp $iFile $iFileEff echo "runM3C $iFileEff ${excitationEnergy[$i]} ${numberOfEvents[$i]} $keepOutputFiles" >> .commands$$ done + + sed -i '1!G;h;$!d' .commands$$ # Print in reverse order parallel .commands$$ $nThreads rm .commands$$