WallShell
An easy-to-use, highly portable, CLI using C99.
Getting Started

Setting up WallShell is straightforward. Follow these steps:

  1. Place wall_shell.c, wall_shell.h, and wallshell_config.h in the same directory within your project.
  2. Add wall_shell.c to your build system to ensure it gets compiled.
  3. Include wall_shell.h and wallshell_config.h in your project's include paths.
  4. Configure WallShell by adjusting options either in your build system or wallshell_config.h. Refer to the configuration options for more details.

VoilĂ ! You're ready to use WallShell in your project.

Where Next?