#!/bin/sh
#
# Clean up after the setup.sh file
#

unset TARGET_STARTUP
PATH=`dropit /target/`; export PATH

