Files
pyrois/make.project/clean.sh
2023-02-26 15:36:36 -05:00

11 lines
132 B
Bash
Executable File

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