Files
dyad/make.project/clean.sh
2023-02-19 02:39:41 -05:00

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}