Skip to content
Snippets Groups Projects
Allclean 270 B
Newer Older
  • Learn to ignore specific revisions
  • #!/bin/sh
    cd ${0%/*} || exit 1                        # Run from this directory
    . $WM_PROJECT_DIR/bin/tools/CleanFunctions  # Tutorial clean functions
    
    Franjo's avatar
    Franjo committed
    
    cleanCase
    
    rmdir constant 2>/dev/null
    
    #------------------------------------------------------------------------------