forked from Dark-Horse-Linux/pyrois
10 lines
131 B
Bash
Executable File
10 lines
131 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
|