A minimal shell.
Run the following commands:
meson build/
meson compile -C build/
build/minishell
If you use VS Code, open this project in a devcontainer to start developing.
If you want to use NeoVim, install the devcontainer CLI first. Then run the following commands to start developing.
devcontainer up
devcontainer exec bash