aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Collapse)Author
2024-10-25resolved merge conflictsChristopher Uhlig
2024-10-25assigned null to en struct against segfaultChristopher Uhlig
2024-10-21Add basic command executionDominik Kaiser
2024-10-17Add path handlingDominik Kaiser
2024-10-17yesDominik Kaiser
2024-08-05updated the date in headerChristopher Uhlig
2024-06-25Add basic command line Dominik Kaiser
* Initialize terminal and signal handling * Add basic repl that doesn't do anything yet * Add handling for Ctrl-C, Ctrl-D and Ctrl-\ in interactive mode
2024-06-22Add main.c and minishell.hDominik Kaiser