Skip to content

Null shell 0.1

Latest

Choose a tag to compare

@thodg thodg released this 23 Apr 14:43
· 1 commit to master since this release

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.