11 lines
132 B
Bash
Executable File
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
|
|
|