#!/bin/bash
#
# Clean up the tree
find -name \*~ -delete
true

