Skip to content
Snippets Groups Projects
Commit 4fe0624e authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Remove typo

parent cae4dc18
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ COUNT=0 ...@@ -33,7 +33,7 @@ COUNT=0
while [ $COUNT -lt 10 ]; do while [ $COUNT -lt 10 ]; do
for inifile in $FILES for inifile in $FILES
do do
exec=${inifile%.pdf} exec=${inifile%.ini}
srun $SRUNOPT ./$exec $inifile srun $SRUNOPT ./$exec $inifile
done done
COUNT=$((COUNT + 1)) COUNT=$((COUNT + 1))
......
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