a simple shell to serve as the chiyoko default until kaigara and chi are ready
Find a file
2025-06-26 22:45:08 +02:00
linenoise@a268b576ad starting anew 2025-06-26 22:45:08 +02:00
.gitignore starting anew 2025-06-26 22:45:08 +02:00
.gitmodules starting anew 2025-06-26 22:45:08 +02:00
cbsh.1 starting anew 2025-06-26 22:45:08 +02:00
cbsh.c starting anew 2025-06-26 22:45:08 +02:00
config.h starting anew 2025-06-26 22:45:08 +02:00
config.mk starting anew 2025-06-26 22:45:08 +02:00
LICENSE starting anew 2025-06-26 22:45:08 +02:00
Makefile starting anew 2025-06-26 22:45:08 +02:00
README starting anew 2025-06-26 22:45:08 +02:00

cbsh
----

cbsh - chibi shell
a simple shell, written in c

this is a very simple shell,
created to serve as a simple in-between shell
until kaigara is ready.

I built it in an afternoon, so don't expect any
of that full POSIX-compliance or stability

dependencies:
 - linenoise (shipped as submodule)

build & install:
$ make
# make install

config:
 - PS1 format
    - %1$s is username
    - %2$s is hostname
    - %3$s is current dir