mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-23 18:02:13 +02:00
adding shortcut commands
This commit is contained in:
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
|
||||||
|
}
|
Reference in New Issue
Block a user