raspiblitz/home.admin/_commands.sh

10 lines
197 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() {
cd /home/admin
2019-04-16 18:55:25 +01:00
./00raspiblitz.sh
2018-12-24 00:56:22 +01:00
}