raspiblitz/home.admin/_commands.sh

9 lines
188 B
Bash
Raw Normal View History

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() {
/home/admin/00mainMenu.sh
}