tutorials: Clean up files from 0 directories

This commit is contained in:
Will Bainbridge
2024-07-02 10:42:18 +01:00
parent 99bf687263
commit bff241a98a
9 changed files with 49 additions and 7 deletions

View 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
#------------------------------------------------------------------------------