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:
Leah Rowe
2025-10-11 16:27:47 +01:00
parent 18c63682e7
commit 405d8ff991
2 changed files with 138 additions and 1 deletions
+2 -1
View File
@@ -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 "$@"
;;
-*)