#!/bin/bash
# Script responsible for cleaning up the project to leave it as if it had been checked out from scratch

. $(dirname "$0")/utils.sh
prepare_script
clean_project
