forked from Dark-Horse-Linux/pyrois
9 lines
128 B
Bash
9 lines
128 B
Bash
|
# clean the slate
|
||
|
echo
|
||
|
echo "Deleting ${dir_stage}"
|
||
|
rm -Rfv ${dir_stage}
|
||
|
|
||
|
echo
|
||
|
echo "Deleting ${dir_stage}"
|
||
|
rm -Rfv ${dir_logs}
|