From 16a2714c356443d241f3fe13b5efa116baafd428 Mon Sep 17 00:00:00 2001 From: Velsoth Date: Sun, 3 Nov 2019 04:20:08 +0000 Subject: [PATCH] Cleanup function --- cb-helper | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/cb-helper b/cb-helper index 63b7628..322abb6 100755 --- a/cb-helper +++ b/cb-helper @@ -242,8 +242,15 @@ function flash() { fi } +function clean() { + printf "Clean source and build directories" + rm -rf ./coreboot/ + rm -rf ./grub/ + rm -rf ./me_cleaner/ +} + function doit() { - echo "Downloading, building and installing everything" + printf "Download, build and install" download_code build_utils split_bios