mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-26 03:00:58 +02:00
Add INCLUDECMD command
Executes a shell command and reads the resulting output as a Remind script.
This commit is contained in:
+1
-1
@@ -150,7 +150,7 @@ typedef Parser *ParsePtr; /* Pointer to parser structure */
|
||||
enum TokTypes
|
||||
{ T_Illegal,
|
||||
/* Commands first */
|
||||
T_Rem, T_Push, T_Pop, T_Preserve, T_Include, T_If, T_Else, T_EndIf,
|
||||
T_Rem, T_Push, T_Pop, T_Preserve, T_Include, T_IncludeCmd, T_If, T_Else, T_EndIf,
|
||||
T_IfTrig, T_ErrMsg,
|
||||
T_Set, T_UnSet, T_Fset, T_Omit, T_Banner, T_Exit,
|
||||
T_WkDay,
|
||||
|
||||
Reference in New Issue
Block a user