Adjusted GetHomeDir() and fixed cd command

This commit is contained in:
2022-10-28 16:14:53 -05:00
parent 94f2c4fcb8
commit e0905dbaf2
4 changed files with 16 additions and 8 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
const char* GetHomeDir(void);
void ioRedirection(CommandStruct *command);
void IntegratedCheck(CommandStruct* command);
int IntegratedCheck(CommandStruct* command);
void GetInput(char* inputString);
void append(char *input, char *file);
void input(char *command);