#!/bin/sh set -eu . ./tup.config echo "Cleaning Project..." set -x rm -rf $CONFIG_BUILD_DIR set +x echo "Done."