Files
dyad/make.project/clean.sh
2023-05-25 22:38:19 -04:00

13 lines
140 B
Bash
Executable File

# clean the slate
set -u
echo
echo "Deleting ${dir_stage}"
rm -Rf ${dir_stage}
echo
echo "Deleting ${dir_stage}"
rm -Rf ${dir_logs}
echo