mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-19 18:00:22 +01:00
9 lines
188 B
Bash
9 lines
188 B
Bash
#!/bin/bash
|
|
|
|
# SHORTCUT COMMANDS you can call as user 'admin' from terminal
|
|
|
|
# command: raspiblitz
|
|
# calls the the raspiblitz mainmenu
|
|
function raspiblitz() {
|
|
/home/admin/00mainMenu.sh
|
|
} |