mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 23:21:13 +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
|
||
|
}
|