Skip to content
Snippets Groups Projects
Commit dd3d516c authored by Yair Fosado's avatar Yair Fosado
Browse files

Update bash.run.restart.sh

parent 5e2aa53e
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ cd ${mf}
for i in {1..64}
for i in $( seq 1 ${ncpu} )
do
mkdir -p REP${i}
cd REP${i}
......@@ -56,4 +56,4 @@ do
fi
done
wait
wait
\ No newline at end of file
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