Skip to content

hirotask/minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple shell created in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors