Skip to content

Releases: kmx-io/null-shell

Null shell 0.1

23 Apr 14:43
Compare
Choose a tag to compare

The null shell is a UNIX shell, statically linked ANSI C (C89), that behaves like /dev/null.

It reads input from stdin and does nothing.

It returns zero when stdin is closed.