Implement basic gui for profile selection. Still doesn't do anything

This commit is contained in:
2021-04-04 17:43:31 +02:00
parent 666353e3b7
commit 5deac33949
4 changed files with 107 additions and 74 deletions

View File

@@ -942,7 +942,7 @@ static shellmatta_cmd_t cmd[21] = {
.cmd = "execute",
.cmdAlias = NULL,
.helpText = "Execute Temp Profile",
.usageText = "",
.usageText = "execute /path/to/script.tpr",
.cmdFct = shell_cmd_execute,
.next = NULL,
}