diff --git a/home.admin/_commands.sh b/home.admin/_commands.sh index 80cb51d..3b94d54 100644 --- a/home.admin/_commands.sh +++ b/home.admin/_commands.sh @@ -7,4 +7,18 @@ function raspiblitz() { cd /home/admin ./00raspiblitz.sh +} + +# command: menu +# calls directly the main menu +function menu() { + cd /home/admin + ./00mainMenu.sh +} + +# command: repair +# calls directly the repair menu +function menu() { + cd /home/admin + ./98repairMenu.sh } \ No newline at end of file