Implement exitable skeleton of a shell
authorLukas Jiriste <ljiriste@student.42prague.com>
Fri, 26 Apr 2024 12:03:25 +0000 (14:03 +0200)
committerLukas Jiriste <ljiriste@student.42prague.com>
Fri, 26 Apr 2024 12:18:09 +0000 (14:18 +0200)
commitf1da67974f0da2a220b0fca4a75c9dd3305de964
tree6a23e0ed67984dcd28fb6d7e45b099484f9fca0c
parent1798ab643b35520a31a87502b925d462faf5f53c
Implement exitable skeleton of a shell

The minishell is now able to accept input and access history through
the GNU Readline library.
The minishell itself prints prompt with currect directory.
It also handles the "exit" command as well as ctrl-D
so that it can exit. It prints "exit" on exit like bash.
Makefile
src/main.c