Dyad/make.project/clean.sh

10 lines
131 B
Bash
Raw Normal View History

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