From 7605cd078a079eb8cbbc86053e49173acc8525ff Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sun, 2 Nov 2025 12:00:21 +0100 Subject: checkpoint --- bin/menuscripts/mpower | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) (limited to 'bin/menuscripts') diff --git a/bin/menuscripts/mpower b/bin/menuscripts/mpower index d96e09a..4c5d5e5 100755 --- a/bin/menuscripts/mpower +++ b/bin/menuscripts/mpower @@ -5,31 +5,43 @@ then choice="$1" else choice="$( - cat <&2 printf 'choice: %s\n' "$choice" -# Same on both -case "$choice" in - "windows") - NextBoot="$(efibootmgr -u | grep 'Windows' | grep '^Boot[0-9]\{4\}' | cut -c 5-8)" - expect -f - <