mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 21:29:29 +02:00
adding shortcut commands
This commit is contained in:
parent
2744826d58
commit
913f4eabbd
9
home.admin/_commands.sh
Normal file
9
home.admin/_commands.sh
Normal file
@ -0,0 +1,9 @@
|
||||
#!/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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user