Dyad/make.project/clean.sh

9 lines
128 B
Bash
Executable File

# clean the slate
echo
echo "Deleting ${dir_stage}"
rm -Rfv ${dir_stage}
echo
echo "Deleting ${dir_stage}"
rm -Rfv ${dir_logs}