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:
Henry Weller
2016-05-05 15:17:55 +01:00
parent 637ee8830f
commit cf4b35693c
37 changed files with 84 additions and 84 deletions

View File

@ -6,6 +6,6 @@ cd ${0%/*} || exit 1 # Run from this directory
cleanCase
\rm -rf 0
rm -rf 0
#------------------------------------------------------------------------------

View File

@ -7,7 +7,7 @@ cd ${0%/*} || exit 1 # Run from this directory
# Set application name
application=`getApplication`
\rm -rf 0
rm -rf 0
cp -r 0.orig 0
runApplication blockMesh