Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 518 Bytes

File metadata and controls

29 lines (19 loc) · 518 Bytes

minishell

A minimal shell.

Build & Run

Run the following commands:

meson build/
meson compile -C build/
build/minishell

Contributing

VS Code

If you use VS Code, open this project in a devcontainer to start developing.

NeoVim

If you want to use NeoVim, install the devcontainer CLI first. Then run the following commands to start developing.

devcontainer up
devcontainer exec bash