tutorials: Clean up files from 0 directories
This commit is contained in:
9
tutorials/fluid/forwardStep/Allclean
Executable file
9
tutorials/fluid/forwardStep/Allclean
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
cd ${0%/*} || exit 1 # Run from this directory
|
||||
|
||||
# Source tutorial clean functions
|
||||
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
||||
|
||||
cleanCase && rm -f 0/Ma
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
Reference in New Issue
Block a user