#!/bin/sh
cd "${0%/*}" || exit                                # Run from this directory
#------------------------------------------------------------------------------

# Remove old junk
rm -f comms/OpenFOAM.lock

rmdir comms

#------------------------------------------------------------------------------
