• Properties

  • Git HTTP https://git.kmx.io/kmx.io/null_shell.git
    Git SSH git@git.kmx.io:kmx.io/null_shell.git
    Public access ? public
    Description

    Statically linked UNIX shell akin to /dev/null

    Users
    thodg
    Tags

  • README.md

  • Null shell 0.2

    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 ISC licensed ANSI C (C89).

    It installs in /bin and is statically linked by default.