diff options
Diffstat (limited to 'include/shell.h')
-rw-r--r-- | include/shell.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/shell.h b/include/shell.h index 2d115f9..b8ec859 100644 --- a/include/shell.h +++ b/include/shell.h @@ -1,6 +1,7 @@ #ifndef SPM_SHELL_H #define SPM_SHELL_H +#define SHELL_INVALID "&;|" #define SHELL_DEFAULT 1 << 0 #define SHELL_OUTPUT 1 << 1 #define SHELL_BENCHMARK 1 << 2 |