#!/bin/sh

# Source tutorial clean functions
. $WM_PROJECT_DIR/bin/tools/CleanFunctions

cleanCase

# remove 0 directory
rm -rf 0

# copy 0.org to 0
cp -r 0.org 0
