2018-12-24 00:56:22 +01:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
# SHORTCUT COMMANDS you can call as user 'admin' from terminal
|
|
|
|
|
|
|
|
# command: raspiblitz
|
|
|
|
# calls the the raspiblitz mainmenu
|
|
|
|
function raspiblitz() {
|
2019-01-14 16:16:43 +01:00
|
|
|
cd /home/admin
|
|
|
|
./00mainMenu.sh
|
2018-12-24 00:56:22 +01:00
|
|
|
}
|