diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2026-05-08 22:04:54 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2026-05-08 22:04:54 -0500 |
| commit | 236a617bbfe2b61b781436bb47267cfac17a4aad (patch) | |
| tree | 709debbb7090d08d22fe864c902288951faa1b7e /src/main.h | |
| parent | 6d6027b5d3c35b474d5867007f2884d9b240ac5b (diff) | |
Diffstat (limited to 'src/main.h')
| -rw-r--r-- | src/main.h | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -7,12 +7,12 @@ typedef struct{ } SHELL_OB; typedef enum{ - Stdout=0, - Redirect=1, - Append=2, - Pipe=3, - Continue=4, - If=5, + Stdout, + Redirect, + Append, + Pipe, + Continue, + If, } cmd_t; typedef struct CMD{ |
