pyrois/make.project/clean.sh

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