tutorials: Remove the unnecessary "\"s on "cp", "rm" and "mv"
Resolves bug-report http://bugs.openfoam.org/view.php?id=2077
This commit is contained in:
@ -6,19 +6,19 @@ cd ${0%/*} || exit 1 # Run from this directory
|
||||
|
||||
cleanCase
|
||||
|
||||
\rm -rf 0
|
||||
\rm -rf constant/extendedFeatureEdgeMesh/
|
||||
\rm -f constant/triSurface/*.eMesh*
|
||||
\rm -f constant/triSurface/*.stl
|
||||
\rm -f constant/triSurface/*.obj
|
||||
\rm -f constant/triSurface/problemFaces
|
||||
\rm -f *.obj
|
||||
rm -rf 0
|
||||
rm -rf constant/extendedFeatureEdgeMesh/
|
||||
rm -f constant/triSurface/*.eMesh*
|
||||
rm -f constant/triSurface/*.stl
|
||||
rm -f constant/triSurface/*.obj
|
||||
rm -f constant/triSurface/problemFaces
|
||||
rm -f *.obj
|
||||
|
||||
\rm -f constant/backgroundMeshDecomposition/polyMesh/boundary
|
||||
\rm -f constant/backgroundMeshDecomposition/polyMesh/faces
|
||||
\rm -f constant/backgroundMeshDecomposition/polyMesh/neighbour
|
||||
\rm -f constant/backgroundMeshDecomposition/polyMesh/owner
|
||||
\rm -f constant/backgroundMeshDecomposition/polyMesh/points
|
||||
rm -f constant/backgroundMeshDecomposition/polyMesh/boundary
|
||||
rm -f constant/backgroundMeshDecomposition/polyMesh/faces
|
||||
rm -f constant/backgroundMeshDecomposition/polyMesh/neighbour
|
||||
rm -f constant/backgroundMeshDecomposition/polyMesh/owner
|
||||
rm -f constant/backgroundMeshDecomposition/polyMesh/points
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user