Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
08fb4d58
Commit
08fb4d58
authored
Oct 09, 2009
by
Mark Olesen
Browse files
avoid spurious warnings on rm log.*
parent
f7d91747
Changes
2
Hide whitespace changes
Inline
Side-by-side
tutorials/incompressible/simpleFoam/airFoil2D/Allclean
View file @
08fb4d58
...
...
@@ -3,4 +3,4 @@
# Clean time folders only
rm
-rf
*
[
1-9]
*
rm
log.
*
rm
-f
log.
*
2>/dev/null
tutorials/multiphase/settlingFoam/ras/tank3D/Allclean
View file @
08fb4d58
...
...
@@ -3,4 +3,4 @@
# Clean time folders only
rm
-rf
*
[
1-9]
*
rm
log.
*
rm
-f
log.
*
2>/dev/null
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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