Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dinfk-lecturers
mossutils
Commits
61712ea4
Commit
61712ea4
authored
Nov 26, 2020
by
scmalte
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a small error in the preprocessing instructions
parent
b2d7f7f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
preprocessing/README.md
preprocessing/README.md
+1
-1
No files found.
preprocessing/README.md
View file @
61712ea4
...
@@ -42,7 +42,7 @@
...
@@ -42,7 +42,7 @@
$ find . -type f -iname main.cpp -print -execdir mv {} ../../main.cpp \;
$ find . -type f -iname main.cpp -print -execdir mv {} ../../main.cpp \;
$ find . -type d -iname submission_* -print -execdir rm -rf \{\} +
\;
$ find . -type d -iname submission_* -print -execdir rm -rf \{\} +
```
```
**Note:**
The last command may produce errors such as
`.../project: No such file or directory`
, which can be ignored.
**Note:**
The last command may produce errors such as
`.../project: No such file or directory`
, which can be ignored.
...
...
Write
Preview
Markdown
is supported
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