Dyad/make.project/clean.sh

13 lines
140 B
Bash
Raw Normal View History

2023-02-19 07:39:41 +00:00
# clean the slate
2023-05-26 02:38:19 +00:00
set -u
2023-02-19 07:39:41 +00:00
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