feat: implemented pipes and redirects + background operator

This commit is contained in:
2024-03-16 23:07:19 +01:00
parent 6b9bedac3c
commit 7e6c1147db
10 changed files with 246 additions and 74 deletions

View File

@@ -24,7 +24,11 @@ typedef struct ListNode {
} ListNode;
#if EXT_PROMPT
char *readInputLine(char const *prompt);
#else
char *readInputLine();
#endif
List getTokenList(char *s);