You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
# SHORTCUT COMMANDS you can call as user 'admin' from terminal
|
|
|
|
|
|
|
|
# command: raspiblitz
|
|
|
|
# calls the the raspiblitz mainmenu
|
|
|
|
function raspiblitz() {
|
|
|
|
cd /home/admin
|
|
|
|
./00mainMenu.sh
|
|
|
|
}
|