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