tutorials: Simplified the Allrun and Allclean scripts

This commit is contained in:
Henry Weller
2016-02-14 18:32:34 +00:00
parent 9cf419dc22
commit caf3c353d3
73 changed files with 12167 additions and 143 deletions

View File

@ -0,0 +1,10 @@
#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
# Source tutorial clean functions
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
cleanCase
cp 0/alpha.water.org 0/alpha.water
# ----------------------------------------------------------------- end-of-file