tutorials: remove redirects to /dev/null

This commit is contained in:
Chris Greenshields
2021-06-21 16:44:38 +01:00
parent ca35389788
commit 5f64d07ca8
48 changed files with 121 additions and 166 deletions

View File

@ -5,7 +5,6 @@ cd ${0%/*} || exit 1 # Run from this directory
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
cleanCase
rm -rf EnSight Ensight Fieldview > /dev/null 2>&1
rm -f constant/polyMesh/boundary > /dev/null 2>&1
rm -rf EnSight Ensight Fieldview
#------------------------------------------------------------------------------

View File

@ -4,8 +4,10 @@ cd ${0%/*} || exit 1 # Run from this directory
# Source tutorial clean functions
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
find 0 -type f ! -name "*.*" -delete > /dev/null 2>&1
find 0 -type f ! -name "*.*" -delete
cleanCase
rm -rf constant
#------------------------------------------------------------------------------

View File

@ -4,8 +4,10 @@ cd ${0%/*} || exit 1 # Run from this directory
# Source tutorial clean functions
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
find 0 -type f ! -name "*.*" -delete > /dev/null 2>&1
find 0 -type f ! -name "*.*" -delete
cleanCase
rm -rf constant
#------------------------------------------------------------------------------