Cleanup function

This commit is contained in:
Fivel Sotheby 2019-11-03 04:20:08 +00:00
parent 374d4e75ce
commit 16a2714c35
1 changed files with 8 additions and 1 deletions

View File

@ -242,8 +242,15 @@ function flash() {
fi fi
} }
function clean() {
printf "Clean source and build directories"
rm -rf ./coreboot/
rm -rf ./grub/
rm -rf ./me_cleaner/
}
function doit() { function doit() {
echo "Downloading, building and installing everything" printf "Download, build and install"
download_code download_code
build_utils build_utils
split_bios split_bios