Edit

kmx.io/null_shell

Branch :

  • Properties
  • Git HTTP https://git.kmx.io/kmx.io/null_shell.git
    Git SSH git@git.kmx.io:kmx.io/null_shell.git
    Public ? true
    Name
    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 free for use ANSI C (C89).

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