mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-16 13:16:47 +02:00
TEST
nowhere near complete. just a proof of concept to let me know i'm on the right track Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -28,6 +28,7 @@ fi
|
||||
. "include/rom.sh"
|
||||
. "include/release.sh"
|
||||
. "include/get.sh"
|
||||
. "include/chromebook.sh"
|
||||
|
||||
main()
|
||||
{
|
||||
@@ -42,7 +43,7 @@ main()
|
||||
version)
|
||||
printf "%s\nWebsite: %s\n" "$relname" "$projectsite"
|
||||
;;
|
||||
release|download|inject)
|
||||
release|download|inject|prep_mr_import)
|
||||
$cmd "$@"
|
||||
;;
|
||||
-*)
|
||||
|
||||
Reference in New Issue
Block a user