Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Olivier
Peer-graded student exercises
Commits
eaa55eed
Commit
eaa55eed
authored
Jul 25, 2019
by
Olivier
Browse files
M3: simplify "for" loop criteria
parent
7f1e52fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
M3_generate_assignments/create_pdfs.sh
View file @
eaa55eed
...
...
@@ -30,7 +30,7 @@ for assignmentfile in assignment*.tex; do
done
for
solutionfile
in
graded_
solution
*
.tex
;
do
for
solutionfile
in
solution
*
.tex
;
do
echo
"#"
echo
"#"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment