raspiblitz/home.admin/_commands.sh
2019-01-14 16:16:43 +01:00

10 lines
No EOL
195 B
Bash

#!/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
}