Dyad/make.project/clean.sh

9 lines
128 B
Bash
Raw Normal View History

2023-02-19 07:39:41 +00:00
# clean the slate
echo
echo "Deleting ${dir_stage}"
rm -Rfv ${dir_stage}
echo
echo "Deleting ${dir_stage}"
rm -Rfv ${dir_logs}