Branch - branch -master
Hash : 359e1ec1 Author : Thomas de Grivel Date : 2024-05-14T20:55:09
Statically linked UNIX shell akin to /dev/null
The null shell is a UNIX shell that behaves like /dev/null.
It reads input from stdin and does nothing.
It returns zero when stdin is closed.
It is free for use ANSI C (C89).
It installs in /bin and is statically linked by default.